olimorris
13dacbc880
fix : #11 lsp and autoload issue
2022-05-04 16:33:26 +01:00
olimorris
32610c4de6
fix : #11 lsp not working with autoload
2022-05-03 21:51:16 +01:00
olimorris
f5b3d04597
chore: update README.md
2022-05-03 21:50:58 +01:00
olimorris
45e02cd474
fix: telescope callbacks in README.md
2022-04-25 12:38:14 +01:00
olimorris
d4c0ba339f
fix: telescope extension not loading after close
2022-04-24 22:41:40 +01:00
olimorris
5b3525ad5e
refactor: #7 improve telescope support
2022-04-24 12:58:11 +01:00
olimorris
baa9c73818
chore: update README.md
2022-04-22 14:14:16 +01:00
olimorris
2345ac0682
refactor: change config option dir to save_dir
2022-04-22 12:45:30 +01:00
olimorris
5ad5f88e4b
feat: custom autocmd for saving a session
2022-04-22 12:37:27 +01:00
olimorris
ec388c54ee
chore: update README.md
2022-04-22 12:15:41 +01:00
olimorris
637e1a5d8f
fix : #7 do not stop persisted after load
2022-04-20 09:25:58 +01:00
olimorris
b0c4861e23
chore: #5 cleanup README.md
2022-04-20 09:22:19 +01:00
olimorris
48ecaa7c6e
feat: #5 improve auto save/load pattern match
2022-04-20 09:19:56 +01:00
olimorris
4e3310f6b8
fix: testing default config
2022-04-20 09:08:03 +01:00
olimorris
f33855997e
fix: README.md for using telescope extension
2022-04-19 22:29:29 +01:00
olimorris
fdaf9e08b4
chore: update README.md for toc links
2022-04-19 22:24:08 +01:00
olimorris
a156dd33c3
feat: #7 initial Telescope support
2022-04-19 22:21:06 +01:00
olimorris
b6201178ff
feat: improve README.md
2022-04-19 22:20:39 +01:00
olimorris
ba5f0ab091
fix : #8 autoload when neovim opened with arguments
2022-04-19 13:29:07 +01:00
olimorris
4863f67101
fix: double running of tests
2022-04-07 00:26:14 +01:00
olimorris
f2478ae42d
chore: add git branch tests
2022-04-07 00:23:28 +01:00
olimorris
7f88f8a64c
chore: add ignored_dirs test
2022-04-06 23:29:06 +01:00
olimorris
f886f9a2ec
chore: improve test coverage
2022-04-06 23:23:02 +01:00
olimorris
23151e4db6
fix : #6 error getting correct git branch
2022-04-05 22:48:02 +01:00
olimorris
45d944c8ec
chore: update tests
2022-04-04 23:22:23 +01:00
olimorris
9c3cc1ff59
chore: update README.md
2022-04-04 23:03:24 +01:00
olimorris
6cefecd2bb
fix : #4 use vim.o.sessionoptions
2022-04-04 22:59:36 +01:00
olimorris
38cf66b8f8
chore: clean up README.md and test spec
2022-03-12 08:46:54 +00:00
olimorris
254663b3ce
test: add additional tests
2022-03-08 20:23:16 +00:00
olimorris
1c465857f1
chore: update README.md
2022-03-08 20:23:00 +00:00
olimorris
ed5706f827
test: rename default settings spec
2022-03-08 20:11:28 +00:00
olimorris
91d45acdba
chore: add badges and license
2022-03-08 08:00:56 +00:00
olimorris
5bcc228eb8
test: move files to stubs folder
2022-03-08 07:55:18 +00:00
olimorris
aa45be80ad
test: add initial tests and ci
2022-03-08 07:53:00 +00:00
olimorris
f6cfb73d62
chore: add gitignore
2022-03-07 18:59:04 +00:00
olimorris
0669d29f22
feat: ✨ allow/ignore dirs for save/load
...
This addresses #1 and allows the user to specify directories which the plugin will automatically save or load from. Alternatively, specify directories for which this behaviour will be ignored
2022-03-07 18:58:37 +00:00
olimorris
b2e4162c74
feat: ✨ auto-load sessions addresses #3
2022-03-07 17:22:39 +00:00
olimorris
00fe043e8d
feat: add command to save session
2022-03-07 13:06:58 +00:00
olimorris
a323e3f50a
chore: add functionality to README.md
2022-03-05 21:13:34 +00:00
olimorris
eec9e3c72d
chore: update README.md
2022-03-05 15:22:34 +00:00
olimorris
0f642be4fa
feat: add commands
2022-03-05 15:22:26 +00:00
olimorris
ac24493128
feat: add before and after callbacks
2022-03-05 15:22:13 +00:00
olimorris
831caa7261
feat: delete current session
...
Mirroring the great pull request on persistence.nvim by @edementyev
2022-03-03 21:16:19 +00:00
olimorris
336909e742
chore: formatting with stylua
2022-03-03 21:15:37 +00:00
olimorris
4770626aec
chore: add stylua.toml
2022-03-03 21:13:06 +00:00
olimorris
aba6b7ad05
chore: update README.md
2022-03-03 21:12:59 +00:00
olimorris
8c3bc1791d
feat: add toggle function
2022-01-21 16:38:00 +00:00
olimorris
cbb601eaec
chore: format code
2022-01-21 11:09:49 +00:00
olimorris
e513dcd16c
feat: ✨ add option to disable autosave
...
As per: https://github.com/folke/persistence.nvim/pull/4
Think is a useful feature to have as users may wish to manually trigger the saving of sessions
2022-01-20 15:24:31 +00:00
olimorris
d9b386c618
feat!: ✨ use stdpath data instead of config
...
As per discussion on https://github.com/folke/persistence.nvim/pull/3 .
Using stdpath('data') instead of stdpath('config') is more appropriate.
2022-01-20 15:24:31 +00:00