Commit Graph

215 Commits (f5d84ea6e1b45b3a661ed59affff337cbcc2df89)

Author SHA1 Message Date
Dhruv Manilawala f5d84ea6e1
fix: update telescope extension structure (#72)
Telescope extension folder structure is described here:
https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions#extension-folder-structure

When `telescope.load_extension(<name>)` is done, the name is loaded from
path `telescope._extensions.<name>`. With the current structure, one
could do `telescope.load_extension('finders')` and then it will be
available to load through `Telescope finders` which will error

> Error executing Lua callback: ...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:193: attempt to call a nil value
> stack traceback:
>     ...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:193: in function 'run_command'
>     ...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:253: in function 'load_command'
>     ...ocal/share/nvim/lazy/telescope.nvim/plugin/telescope.lua:108: in function <...ocal/share/nvim/lazy/telescope.nvim/plugin/telescope.lua:107>
2023-06-11 21:51:26 +01:00
Agustin Marquez 536513779b
docs: fix lazy installation in README.md 2023-06-07 10:02:04 +01:00
olimorris 2e6946c1ad refactor: clean up `mks` command 2023-06-02 10:22:04 +01:00
olimorris b42a8a87da docs: update README.md 2023-05-31 22:45:49 +01:00
olimorris c58219567d ci: test for Neovim 0.9.0 2023-05-26 16:53:03 +01:00
Oli 304a3c5551
feat: load the session from the main branch if no branch session (#66) 2023-04-24 17:44:57 +01:00
Turiiya dbdd6af184
docs: update command name `SessionLoadFromPath->SessionLoadFromFile` 2023-04-14 16:28:00 +01:00
olimorris e053ff3348 fix: #61 `SessionSave` command 2023-03-13 19:45:24 +00:00
olimorris 7d91c60135 fix: #60 autosave ignoring vim.fn.argc 2023-03-09 09:57:27 +00:00
olimorris 4ee6e4c991 chore: update bug report desc 2023-03-09 09:56:54 +00:00
olimorris 6075b36afc fix: issue yml files 2023-03-09 09:49:38 +00:00
olimorris 32d3679a8c chore: update issue templates 2023-03-09 09:46:56 +00:00
olimorris 866de841a6 docs: update 2023-03-09 09:46:47 +00:00
olimorris 7b295391b4 Merge branch 'main' of https://github.com/olimorris/persistence.nvim 2023-03-09 09:45:39 +00:00
olimorris b7f21efaf9 ci: remove docs generator 2023-03-09 09:43:40 +00:00
github-actions[bot] 228df07acc chore(build): auto-generate vimdoc 2023-03-09 09:42:23 +00:00
olimorris d72e5eac4d docs: update docs and readme 2023-03-09 09:41:30 +00:00
olimorris 0a6be5db0e refactor: remove deprecations 2023-03-09 09:41:22 +00:00
olimorris 3dcad75325 tests: update testing and makefile 2023-03-09 09:40:20 +00:00
olimorris 88f27dcab2 fix: PersistedSavePre called when autosave = false 2023-02-28 23:21:54 +00:00
github-actions[bot] 4cde12d8b9 chore(build): auto-generate vimdoc 2023-02-28 22:30:31 +00:00
olimorris b88867dc37 docs: update readme 2023-02-28 22:29:00 +00:00
olimorris bcd99ed00c chore: rename functions 2023-02-28 22:28:44 +00:00
Demaro Stanberry 433e6d6808
fix: improve displayed session names
* fix: sanitize string before passing to `string.gsub(...)`

fix: improve displayed paths on windows os

* chore: improve scripting for review
2023-02-28 20:55:55 +00:00
olimorris e3647c1087 refactor: clean up session loading 2023-02-28 18:54:33 +00:00
github-actions[bot] 8902ba6174 chore(build): auto-generate vimdoc 2023-02-28 17:48:52 +00:00
olimorris ca78c581da docs: update readme 2023-02-28 17:44:10 +00:00
Oli 03f11b519f
fix: autosaving (#56)
* fix: autosaving

* chore: newline

* feat: allow autosave override
2023-02-28 17:28:45 +00:00
olimorris 218fcb7eb9 chore: update bug_report 2023-02-28 16:53:32 +00:00
github-actions[bot] fb8b3b4f11 chore(build): auto-generate vimdoc 2023-02-28 16:17:29 +00:00
Rafael Bodill 7890dadd6e
feat: allow options to be set in `telescope` setup (#55)
* feat: Allow options to be set in Telescope setup
* docs: update readme.md for telescope config
2023-02-28 16:16:37 +00:00
olimorris 4f46e4f1ba chore: update bug_report 2023-02-27 23:40:32 +00:00
github-actions[bot] ef88aa03b5 chore(build): auto-generate vimdoc 2023-02-27 23:35:45 +00:00
olimorris 2a7da016ab docs: add issue templates 2023-02-27 23:34:58 +00:00
olimorris a52ba72de4 docs: update readme 2023-02-27 23:34:46 +00:00
github-actions[bot] 4d761446a4 chore(build): auto-generate vimdoc 2023-02-25 10:40:34 +00:00
olimorris 4c960a99d7 feat: add data to state change and delete events 2023-02-25 10:39:41 +00:00
olimorris 296a7d60e7 docs: update readme for use with dashboards 2023-02-25 10:39:17 +00:00
github-actions[bot] c165fbbaac chore(build): auto-generate vimdoc 2023-02-23 20:54:11 +00:00
olimorris 1e5bda4756 Merge branch 'main' of https://github.com/olimorris/persistence.nvim 2023-02-23 20:53:25 +00:00
olimorris fe4698a761 docs: update readme for statusline integration 2023-02-23 20:53:17 +00:00
github-actions[bot] 3d70c34113 chore(build): auto-generate vimdoc 2023-02-23 20:45:34 +00:00
olimorris 4866194140 feat: add additional events 2023-02-23 20:44:47 +00:00
olimorris 383b5ba6b5 feat: delete a session in a schedule.wrap func 2023-02-23 20:44:26 +00:00
github-actions[bot] 587b90bddc chore(build): auto-generate vimdoc 2023-02-23 17:25:54 +00:00
olimorris f3f1859bbb docs: update readme 2023-02-23 17:25:05 +00:00
github-actions[bot] 95023557ec chore(build): auto-generate vimdoc 2023-02-23 11:20:50 +00:00
olimorris 5caed0b024 Merge branch 'main' of https://github.com/olimorris/persistence.nvim 2023-02-23 11:20:02 +00:00
olimorris 6dc641d6fc docs: remove reference to telescope callbacks 2023-02-23 11:19:57 +00:00
github-actions[bot] 4db056db5d chore(build): auto-generate vimdoc 2023-02-23 11:19:43 +00:00