nvim-tree.lua/lua/nvim-tree/actions
Ali Almohaya c995ce0878
fix(#1643): preview on floating window (#1648)
* fix: preview on floating window

* chore: redrawing the tree after setting current win

* chore: ignore winleave autocmd on preview action

* fix: typo in comment

* chore: call correct window id

* chore: revert changes in focus method

* chore: check if float window is enabled before ignoring WinLeave
2022-10-16 12:17:17 +11:00
..
finders fix(#1480): break symlink cycle on find-file, search-node (#1482) 2022-08-08 12:46:09 +10:00
fs fix(fs): create file failure when reloading watch path for node 2022-10-08 16:11:34 +02:00
moves feat(movement): allow circular movement for sibling next and prev (#1416) 2022-07-16 10:39:24 +02:00
node fix(#1643): preview on floating window (#1648) 2022-10-16 12:17:17 +11: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 feat(file-popup): add actions.file_popup.open_win_config 2022-08-08 10:52:14 +10:00