nvim-tree.lua/lua/nvim-tree
2022-09-04 16:28:12 +10:00
..
actions chore(mappings): migrate legacy mappings under the hood: remove dispatch 2022-09-04 16:28:12 +10:00
explorer fix(#1555): incorrect exe highlight in Windows filesystem from WSL (#1557) 2022-08-29 10:53:23 +10:00
git fix(#1494): git showUntracked value and log (#1504) 2022-08-15 14:30:22 +10:00
iterators feat(bookmarks): add bookmark feature (#1412) 2022-07-11 10:00:12 +02:00
marks fix(#1533): make toggle_mark ignore non-togglable nodes. (#1534) 2022-08-22 14:24:25 +10:00
renderer Merge branch 'master' into chore/action_cb_help_poc 2022-09-04 13:09:50 +10:00
api.lua chore(mappings): migrate legacy mappings under the hood 2022-07-31 12:28:06 +02:00
colors.lua feat(bookmarks): add bookmark feature (#1412) 2022-07-11 10:00:12 +02:00
config.lua fix(keypress): use <cmd> instead of : to avoid triggering CmdLineEnter 2022-07-14 09:33:19 +02:00
core.lua chore(watchers): refactor events and make debouncer safe 2022-07-17 08:50:24 +02:00
diagnostics.lua chore(watchers): refactor events and make debouncer safe 2022-07-17 08:50:24 +02:00
events.lua feat(api): add public API module (#1432) 2022-07-25 11:11:48 +02:00
keymap.lua chore(mappings): migrate legacy mappings under the hood: map keymap to legacy mappings 2022-09-04 15:56:36 +10:00
legacy.lua chore(mappings): migrate legacy mappings under the hood: map keymap to legacy mappings 2022-09-04 15:56:36 +10:00
lib.lua refactor(actions): move actions into semantic modules (#1410) 2022-07-10 09:47:52 +02:00
live-filter.lua fix(view): file filter and info popup above floating view 2022-09-03 14:29:18 +10:00
log.lua feat(notify): switch all print/nvim_*write statements to utils.notify 2022-07-18 14:04:48 +02:00
utils.lua chore(mappings): migrate legacy mappings under the hood: map keymap to legacy mappings 2022-09-04 15:56:36 +10:00
view.lua chore(mappings): migrate legacy mappings under the hood: remove dispatch 2022-09-04 16:28:12 +10:00
watcher.lua chore(watchers): Watcher shares single fs_event from Event, node watchers use unique path prefixed debounce context (#1453) 2022-07-26 10:43:58 +02:00