nvim-tree.lua/lua/nvim-tree
2023-02-21 10:34:01 +11:00
..
actions fix(#1961): stop unnecessary find file refreshes, avoid find file refresh cycles (#2010) 2023-02-21 10:34:01 +11:00
explorer fix(#1961): stop unnecessary find file refreshes, avoid find file refresh cycles (#2010) 2023-02-21 10:34:01 +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 fix(#1923): handle empty git icons (#1987) 2023-02-13 10:32:02 +11:00
api.lua feat(api): api.tree.open feature parity with api.tree.toggle (#1955) 2023-01-31 12:27:10 +11:00
colors.lua feat(view): indicate modified buffers (#1835) 2022-12-31 15:54:04 +11:00
config.lua fix(keypress): use <cmd> instead of : to avoid triggering CmdLineEnter 2022-07-14 09:33:19 +02:00
core.lua fix(#1961): harden profiling functions (#1986) 2023-02-11 17:05:01 +11:00
diagnostics.lua fix(#1961): harden profiling functions (#1986) 2023-02-11 17:05:01 +11:00
events.lua feat(event): add TreeAttachedPost (#1877) 2023-01-07 11:50:41 +11:00
keymap.lua fix: inverted diagnostic navigation keymaps 2022-08-20 14:40:09 +10: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 fix(#1993): always fire TreeOpen event (#1994) 2023-02-13 14:57:01 +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 fix(#2004): relative path detection handles regex magic (#2005) 2023-02-20 10:15:42 +11:00
view.lua fix(#1961): harden profiling functions (#1986) 2023-02-11 17:05:01 +11:00
watcher.lua fix(#1916): suppress EPERM watcher failures on windows (#1919) 2023-01-16 13:00:57 +11:00