nvim-tree.lua/lua/nvim-tree
Jie Liu c22124b374
fix(#2981): windows: root changed when navigating with LSP (#2982)
* fix #2981: nvim-tree root changed when navigating with LSP

* add error checks
2024-11-03 13:52:20 +11:00
..
actions fix(#2969): After a rename, the node loses selection (#2974) 2024-10-27 17:26:47 +11:00
appearance chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
explorer fix(#2976): use vim.loop to preserve neovim 0.9 compatibility (#2977) 2024-10-29 08:01:52 +11:00
git refactor(#2886): multi instance: node class refactoring (#2950) 2024-10-25 12:24:59 +11:00
iterators chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
marks refactor(#2941): move lib methods to explorer (#2964) 2024-10-27 09:03:26 +11:00
node fix(#2978): grouped folder not showing closed icon (#2979) 2024-10-29 11:07:48 +11:00
renderer fix: symlink file icons rendered when renderer.icons.show.file = false, folder.symlink* was incorrectly rendered as folder.default|open (#2983) 2024-11-03 12:10:00 +11:00
api.lua refactor(#2941): move lib methods to explorer (#2964) 2024-10-27 09:03:26 +11:00
buffers.lua fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
class.lua refactor(#2886): multi instance: node class refactoring (#2950) 2024-10-25 12:24:59 +11:00
commands.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
core.lua fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
diagnostics.lua fix(#2954): resolve occasional tree flashing on diagnostics, set tree buffer options in deterministic order (#2980) 2024-11-02 12:07:42 +11:00
enum.lua fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
events.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
help.lua chore: enable incomplete-signature-doc, format nvt-min.lua, assorted formatting tidies (#2967) 2024-10-25 14:25:30 +11:00
keymap.lua chore: enable incomplete-signature-doc, format nvt-min.lua, assorted formatting tidies (#2967) 2024-10-25 14:25:30 +11:00
legacy.lua chore: style: align_continuous_similar_call_args (#2937) 2024-09-30 15:34:01 +10:00
lib.lua refactor(#2941): move lib methods to explorer (#2964) 2024-10-27 09:03:26 +11:00
log.lua refactor(#2941): move lib methods to explorer (#2964) 2024-10-27 09:03:26 +11:00
notify.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
utils.lua fix(#2981): windows: root changed when navigating with LSP (#2982) 2024-11-03 13:52:20 +11:00
view.lua fix(#2954): resolve occasional tree flashing on diagnostics, set tree buffer options in deterministic order (#2980) 2024-11-02 12:07:42 +11:00
watcher.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00