nvim-tree.lua/lua/nvim-tree/actions
2022-07-27 13:48:14 +02:00
..
finders feat(search-node): use vim.ui.input 2022-07-18 14:20:55 +02:00
fs fix(create-file): when node is nil, create the file at root 2022-07-27 09:33:01 +02:00
moves feat(movement): allow circular movement for sibling next and prev (#1416) 2022-07-16 10:39:24 +02:00
node refactor: use vim.ui.input for y/n selections 2022-07-19 11:31:09 +02:00
reloaders refactor(actions): move actions into semantic modules (#1410) 2022-07-10 09:47:52 +02:00
root refactor(actions): move actions into semantic modules (#1410) 2022-07-10 09:47:52 +02:00
tree-modifiers chore: move nvim-tree.utils.warn -> notify.warn 2022-07-18 13:46:11 +02:00
dispatch.lua feat(marks): add bulk move action (#1419) 2022-07-17 08:25:11 +02:00
init.lua fix(docs): typos (#1470) 2022-07-27 13:48:14 +02:00