nvim-tree.lua/lua/nvim-tree
2023-04-12 16:02:48 +10:00
..
actions feat(#2092): add api.node.navigate.open.next, prev (#2093) 2023-04-03 14:23:03 +10:00
explorer feat(#1974): experimental.git.async see https://github.com/nvim-tree/nvim-tree.lua/issues/2104 (#2094) 2023-04-03 16:20:52 +10:00
git feat(#1974): experimental.git.async see https://github.com/nvim-tree/nvim-tree.lua/issues/2104 (#2094) 2023-04-03 16:20:52 +10:00
iterators feat(bookmarks): add bookmark feature (#1412) 2022-07-11 10:00:12 +02:00
marks feat(notify): add notify.threshold (#1693) 2022-11-01 10:24:40 +11:00
renderer feat(git): add TM git status (#2045) 2023-03-13 14:00:32 +11:00
api.lua fix: api.node.open.preview should toggle directories (#2099) 2023-04-03 09:20:23 +03:00
colors.lua doc: spelling (#2070) 2023-03-21 16:39:45 +11:00
commands.lua feat(api): add api.commands.get (#2083) 2023-03-28 10:52:48 +11:00
config.lua fix(#2024): revert removal of deprecated nvim-tree.config nvim_tree_callback 2023-02-28 09:10:13 +11:00
core.lua fix(#1961): harden profiling functions (#1986) 2023-02-11 17:05:01 +11:00
diagnostics.lua fix(diagnostics): coc obey diagnostics.severity (#2072) 2023-03-25 16:06:21 +11:00
events.lua fix(#2114): remove deprecated non-API from lib, events (#2121) 2023-04-11 12:11:38 +10:00
keymap-legacy.lua feat(api): add api.config.mappings.default_on_attach (#2037) 2023-03-06 10:45:58 +11:00
keymap.lua feat(api): add api.config.mappings.get_keymap and get_keymap_default (#2056) 2023-03-20 11:23:45 +11:00
legacy.lua deprecated(#1808): hide_root_folder (#2124) 2023-04-12 16:02:48 +10:00
lib.lua fix(#2114): remove deprecated non-API from lib, events (#2121) 2023-04-11 12:11:38 +10:00
live-filter.lua fix: replace vim.* "requires" with explicit calls to vim functions (#1701) 2022-11-06 10:37:33 +11:00
log.lua fix(#1961): harden profiling functions (#1986) 2023-02-11 17:05:01 +11:00
modified.lua fix(#1878): nvim frozen on no name buffer when modified.enable (#1879) 2023-01-03 13:11:14 +11:00
notify.lua fix(#1831): improve fs_scandir error handling, add profiling 2022-12-17 16:59:09 +11:00
utils.lua feat: automated migration from view.mappings.list to on_attach, see https://github.com/nvim-tree/nvim-tree.lua/wiki/Migrating-To-on_attach (#1579) 2023-02-27 14:19:50 +11:00
view.lua deprecated(#1808): hide_root_folder (#2124) 2023-04-12 16:02:48 +10:00
watcher.lua fix(#1916): suppress EPERM watcher failures on windows (#1919) 2023-01-16 13:00:57 +11:00