nvim-tree.lua/lua/nvim-tree
Alexander Courtis a774fa186c
feat(api): add tree.is_visible, tree.is_tree_buf (#2150)
* feat(api): add api.tree.is_visible

* feat(api): add api.tree.is_tree_buf
2023-04-18 16:51:57 +10:00
..
actions fix(#2126): custom window pickers may create windows (#2140) 2023-04-16 15:58:10 +10:00
explorer feat(#2079): sort_by may return predefined sort (#2123) 2023-04-15 15:53:40 +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(renderer): add NvimTreeSymlinkFolderName (#2000) 2023-04-15 15:24:50 +10:00
api.lua feat(api): add tree.is_visible, tree.is_tree_buf (#2150) 2023-04-18 16:51:57 +10:00
colors.lua feat(renderer): add NvimTreeSymlinkFolderName (#2000) 2023-04-15 15:24:50 +10: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
help.lua fix: help window header is minimum width (#2149) 2023-04-18 15:30:44 +10:00
keymap-legacy.lua feat: deprecate view.mappings, see https://github.com/nvim-tree/nvim-tree.lua/wiki/Migrating-To-on_attach (#2143) 2023-04-18 10:17:22 +10: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 fix(#2133): harden hide_root_folder deprecation (#2134) 2023-04-12 16:33:14 +10:00
lib.lua fix(#2109): floating help window (#2120) 2023-04-15 14:59:30 +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(#1697): remove notify plugin auto-detection (#2135) 2023-04-15 15:18:05 +10: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(#2109): floating help window (#2120) 2023-04-15 14:59:30 +10:00
watcher.lua fix(#1916): suppress EPERM watcher failures on windows (#1919) 2023-01-16 13:00:57 +11:00