nvim-tree.lua/lua/nvim-tree
2023-03-27 10:52:09 +11:00
..
actions fix(#2086): "Rename: Omit Filename" not removing file name (#2087) 2023-03-27 10:52:09 +11:00
explorer doc: spelling (#2070) 2023-03-21 16:39:45 +11:00
git fix(#1970): disable git integration after 5 timeouts (#1990) 2023-02-12 14:28:48 +11: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(#2086): "Rename: Omit Filename" not removing file name (#2087) 2023-03-27 10:52:09 +11:00
colors.lua doc: spelling (#2070) 2023-03-21 16:39:45 +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 feat(event): add TreeAttachedPost (#1877) 2023-01-07 11:50:41 +11: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 feat(view): add view.width.min/max replacing adaptive_size, allowing upper bound (#1915) 2023-01-21 15:21:18 +11:00
lib.lua feat(api): api.tree.find_file feature parity with open/toggle, convert all commands to API, document commands (#2039) 2023-03-13 16:53:20 +11: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 fix(#1858): fire TreeAttachedPost event following on_attach call 2023-03-13 14:48:01 +11:00
watcher.lua fix(#1916): suppress EPERM watcher failures on windows (#1919) 2023-01-16 13:00:57 +11:00