Commit Graph

342 Commits (main)

Author SHA1 Message Date
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
olimorris 3d8d636829 docs: remove callbacks from default config 2023-02-23 11:18:52 +00:00
github-actions[bot] d7747ddd6c chore(build): auto-generate vimdoc 2023-02-23 11:14:44 +00:00
olimorris e9fdae57a7 docs: document data available in the callbacks 2023-02-23 11:13:55 +00:00
olimorris 8e1a5bfb37 Merge branch 'main' of https://github.com/olimorris/persistence.nvim 2023-02-23 10:41:26 +00:00
olimorris 029ba65f39 fix: config.setup deprecation checks 2023-02-23 10:41:21 +00:00
github-actions[bot] eed7d4dcbc chore(build): auto-generate vimdoc 2023-02-23 10:28:44 +00:00
olimorris aa3fdbc8a5 refactor!: Neovim 0.8.0+ only
Please pin to the `neovim-0.7.0` tag for compatibility
2023-02-23 10:27:51 +00:00
olimorris 044e692f52 docs: update readme for callback data 2023-02-23 10:20:05 +00:00
olimorris 58aafa5f5f Merge branch 'main' of https://github.com/olimorris/persistence.nvim 2023-02-23 10:11:36 +00:00
olimorris a0196d5c51 fix: make session data available via callback 2023-02-23 10:11:29 +00:00
github-actions[bot] f7f14216b9 chore(build): auto-generate vimdoc 2023-02-23 10:06:06 +00:00
olimorris e594ede825 fix: schedule loading session from telescope 2023-02-23 10:04:11 +00:00
github-actions[bot] c738fd372c chore(build): auto-generate vimdoc 2023-02-22 20:25:22 +00:00
olimorris fc3df75cd5 refactor!: #51 replace callbacks with user events 2023-02-22 20:24:27 +00:00
olimorris 65c5c07bf9 chore: remove redundant param 2023-02-22 18:11:01 +00:00
github-actions[bot] 98f72045cd chore(build): auto-generate vimdoc 2023-02-22 15:03:26 +00:00
Oli 774e4d70e9
fix: #46 autoload sessions 2023-02-22 15:02:33 +00:00
github-actions[bot] d951015e5b chore(build): auto-generate vimdoc 2023-02-21 21:51:35 +00:00
olimorris 383417a4d9 feat: add vim documentation 2023-02-21 21:50:48 +00:00
olimorris d4914db792 ci: change name 2023-02-21 21:50:36 +00:00
olimorris c7b2a33270 ci: auto-generate docs 2023-02-21 21:48:51 +00:00
olimorris 9276b786b8 docs: update readme 2023-02-21 21:13:23 +00:00
Oli dfbd039fe1
feat: load session by path (#48) (#47)
* feat: load session by path

* chore: change order of commands

* tests: fix

* docs: tweak readme wording
2023-02-21 21:09:01 +00:00