nvim-tree.lua/lua/nvim-tree
Lin Tinusgrag 59a8a6ae5e
fix: invalid explorer on open (#2927)
* fix: use of possibly stale value

The return value of `core.get_explorer()` could be changed by `core.init(..)`.

* fix style

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2024-09-25 19:27:25 +10:00
..
actions fix(#2928): nil explorer in parent move action (#2929) 2024-09-25 19:23:57 +10:00
appearance feat(#2225): add renderer.hidden_display to show a summary of hidden files below the tree (#2856) 2024-08-10 11:36:30 +10:00
explorer revert(#2794): sshfs compatibility (#2920) 2024-09-22 15:23:42 +10:00
git refactor(#2875): multi instance renderer (#2900) 2024-09-21 10:41:35 +10:00
iterators chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
marks refactor(#2875): multi instance renderer (#2900) 2024-09-21 10:41:35 +10:00
renderer refactor(#2875): multi instance renderer (#2900) 2024-09-21 10:41:35 +10:00
api.lua refactor(#2882, #2883): multi instance explore, reloaders (#2897) 2024-09-14 15:35:31 +10:00
buffers.lua chore(#2731): neovim luadoc 0.10 compliance (#2786) 2024-06-01 15:24:03 +10:00
commands.lua feat(#2415): add :NvimTreeHiTest (#2664) 2024-02-11 14:41:40 +11:00
core.lua refactor(#2875): multi instance renderer (#2900) 2024-09-21 10:41:35 +10:00
diagnostics.lua refactor(#2875): multi instance renderer (#2900) 2024-09-21 10:41:35 +10:00
enum.lua feat(#2225): add renderer.hidden_display to show a summary of hidden files below the tree (#2856) 2024-08-10 11:36:30 +10:00
events.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
help.lua feat: help closes on <Esc> and api.tree.toggle_help mappings (#2909) 2024-09-14 12:24:07 +10:00
keymap.lua feat: add api.fs.copy.basename, default mapping ge (#2698) 2024-03-14 16:57:46 +11:00
legacy.lua feat: add update_focused_file.exclude (#2673) 2024-03-25 15:41:05 +11:00
lib.lua fix: invalid explorer on open (#2927) 2024-09-25 19:27:25 +10:00
log.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
node.lua feat(#2225): add renderer.hidden_display to show a summary of hidden files below the tree (#2856) 2024-08-10 11:36:30 +10:00
notify.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
utils.lua fix(#2862): windows path replaces backslashes with forward slashes (#2903) 2024-09-15 12:23:37 +10:00
view.lua refactor(#2875): multi instance renderer (#2900) 2024-09-21 10:41:35 +10:00
watcher.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00