Commit Graph

7 Commits

Author SHA1 Message Date
Kiyan
b0d27c09b6 feat(explorer): add filesystem watchers (#1304)
* feat(explorer): add experimental watchers

This commit introduces watchers to update the tree.
This behavior is introduced behind an "filesystem_watchers" option
which should prevent instabilities.
It will become the default at some point.

Co-authored-by: Alexander Courtis <alex@courtis.org>
2022-06-05 12:39:39 +02:00
Andreas Bissinger
9066cbf3f7 feat: add file completion (#1163) 2022-04-18 15:36:55 +02:00
Michael
fc925d814a fix: add spaces to prompts and blankline to rename output (#1154) 2022-04-11 09:47:23 +02:00
baahrens
7b0ebf8b17 feat: Use vim.ui.input for rename and create (#1097) 2022-03-22 20:28:58 +01:00
Kiyan
0816064a8b chore: add stylua to format the codebase, and run on CI (#1055) 2022-03-06 17:33:30 +01:00
kiyan
23c95a674f chore: move refresh/reloaders into actions.reloaders 2022-02-06 16:24:14 +01:00
kiyan
dc5eae6512 refacto: remove fs folder and move code to actions
- remove file moved to actions.remove-file.lua
- rename file moved to actions.rename-file.lua
2022-01-21 11:54:35 +01:00