Bryan
|
88f5508d46
|
wip
|
2024-11-11 00:22:59 -06:00 |
Bryan
|
cf4c944b21
|
try to fix nvim hanging when it exits
|
2024-11-11 00:19:28 -06:00 |
Bryan
|
1934279d0b
|
cleanup
|
2024-11-10 23:57:51 -06:00 |
Bryan
|
2a421bd9fe
|
delete buffers using instead of bufdelete function with loop
|
2024-11-10 23:21:56 -06:00 |
Bryan
|
f312ae146a
|
See if using vim.schedule() when doing some stuff will fix the weirdness
|
2024-11-09 08:35:13 -06:00 |
Bryan
|
abeb001d5f
|
allow switching session even if we are not currently in a session.\n add notifications when saving and loading
|
2024-11-08 15:12:11 -06:00 |
Bryan
|
144e9caf9d
|
make switch function that both ui picker and telescope can use to switch sessions
|
2024-11-08 09:05:06 -06:00 |
Bryan
|
b8e349c4b2
|
WIP
|
2024-11-08 03:00:53 -06:00 |
Bryan
|
c499fcebb4
|
WIP
|
2024-11-08 01:27:29 -06:00 |
Bryan
|
bc966308ee
|
WIP
|
2024-11-08 00:41:18 -06:00 |
Bryan
|
68a7d86c61
|
Progress
|
2024-11-08 00:22:28 -06:00 |
Bryan
|
0826179c90
|
Progress
|
2024-11-08 00:16:52 -06:00 |
Bryan
|
4526625f32
|
I think I finally figured it out. Stupid me.
|
2024-11-08 00:04:13 -06:00 |
Bryan
|
c056c72abd
|
WIP
|
2024-11-07 23:56:43 -06:00 |
Bryan
|
a07ab9b474
|
WIP
|
2024-11-07 23:34:23 -06:00 |
Bryan
|
09fd5fba7d
|
WIP
|
2024-11-07 23:30:25 -06:00 |
Bryan
|
7eb6a1cf45
|
WIP
|
2024-11-07 17:54:44 -06:00 |
Bryan
|
d8a0537b71
|
WIP
|
2024-11-07 17:53:50 -06:00 |
Bryan
|
b55a7581e4
|
WIP
|
2024-11-07 17:42:56 -06:00 |
Bryan
|
376df130f2
|
revert rename
|
2024-11-07 17:39:43 -06:00 |
Bryan
|
99c36cd0af
|
rename persisted.lua to init.lua
|
2024-11-07 17:38:26 -06:00 |
Bryan
|
ca6b7a4319
|
WIP
|
2024-11-07 17:17:53 -06:00 |
Bryan
|
5e8c2ac0a7
|
WIP
|
2024-11-07 17:16:20 -06:00 |
Bryan
|
2b71c34d46
|
WIP
|
2024-11-07 17:13:00 -06:00 |
Bryan
|
4dea535dc6
|
WIP
|
2024-11-07 17:09:28 -06:00 |
Bryan
|
0fb63ea1ec
|
WIP
|
2024-11-07 17:07:51 -06:00 |
Bryan
|
7de72c54af
|
WIP
|
2024-11-07 16:54:49 -06:00 |
Bryan
|
9d6a37551d
|
WIP
|
2024-11-07 16:11:42 -06:00 |
Bryan
|
e564134995
|
Fix stupid error in telescope load session
|
2024-11-07 15:39:12 -06:00 |
Bryan
|
771eb5908f
|
Work out bugs in telescope load session
|
2024-11-07 15:07:42 -06:00 |
Bryan
|
8bb6d15fe9
|
Rework. Selecting session from telescope saves current session and deletes current buffers before loading new session
|
2024-11-07 15:00:29 -06:00 |
Bryan
|
6c83e6ecb3
|
Move post load/save event creation back out of setup func
|
2024-11-07 11:40:15 -06:00 |
Bryan
|
0f07bade0c
|
Move post load/save event creation to setup func
|
2024-11-07 11:32:22 -06:00 |
Bryan
|
07fd86682f
|
Use Session* events to fire post load/save events
|
2024-11-07 11:21:37 -06:00 |
Bryan
|
d6485bc69f
|
fix pre/post load/save callbacks?
|
2024-11-07 00:50:50 -06:00 |
Bryan
|
28e72fb1ff
|
Remove delays around load and save, create pre/post callbacks instead
|
2024-11-07 00:22:59 -06:00 |
Bryan
|
1bcfe10f2a
|
Use defer_fn() instead of sleep, lets see if this works
|
2024-11-06 20:49:32 -06:00 |
Bryan
|
7b93db8e5c
|
Add sleeps around save/load pre/post to give time for user events to finish
|
2024-11-06 20:36:34 -06:00 |
Bryan
|
e87a20b70d
|
Add sleeps around save/load pre/post to give time for user events to finish
|
2024-11-06 20:35:44 -06:00 |
Oli Morris
|
e65093de39
|
fix: do not autostart the plugin if nvim is passed args
|
2024-10-17 13:10:04 +01:00 |
olimorris
|
f0f02a990c
|
refactor!: remove support for old config
|
2024-09-11 17:23:15 +01:00 |
Komil484
|
6e9c992381
|
fix: SessionDelete now uses native vim cmds (#156)
|
2024-09-03 18:43:34 +01:00 |
Mike Iversen
|
c9c11ee71f
|
fix: #146 better handling for empty tables
PR (#152)
|
2024-08-30 15:14:00 +01:00 |
olimorris
|
999b6918b4
|
feat: add `SessionSelect` command
For those who don't want to use Telescope to load and select sessions,
this offers an alternative
|
2024-08-22 18:37:42 +01:00 |
Christopher Speck
|
03990e44c3
|
fix: do not pass sanitized directories into utils.dirs_match (#148)
|
2024-08-17 09:52:25 +01:00 |
olimorris
|
e2ae8b321e
|
refactor(utils): directory formatting
|
2024-08-09 13:31:14 +01:00 |
olimorris
|
12de2ac0cf
|
refactor(utils): update `in_table` function
|
2024-08-09 08:59:48 +01:00 |
olimorris
|
98cd3de512
|
fix: #146 allowed_dirs and ignored_dirs
|
2024-08-09 08:56:18 +01:00 |
Oli
|
22e17b07fb
|
refactor!: #145 restore simplicity to the plugin
Announcement in #145
|
2024-08-08 18:25:16 +01:00 |
olimorris
|
0446fd0217
|
refactor: better git branch checking
|
2024-08-06 22:05:43 +01:00 |