nvim-tree.lua/lua/nvim-tree
2022-07-14 19:04:01 +02:00
..
actions refactor(actions): use vim.keymap.set/del 2022-07-14 09:57:37 +02:00
explorer feat(#1389): add git.show_on_dirs (#1390) 2022-07-03 11:57:12 +02:00
git chore(iterators): create Iterator module and migrate iterators to use it (#1392) 2022-07-04 14:13:14 +02:00
iterators feat(bookmarks): add bookmark feature (#1412) 2022-07-11 10:00:12 +02:00
marks refactor(marks): fix offset line and move into init.lua 2022-07-12 09:34:26 +02:00
renderer fix(renderer): indent markers + folder arrows should offset 2022-07-14 19:04:01 +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 feat(explorer): add filesystem watchers (#1304) 2022-06-05 12:39:39 +02:00
diagnostics.lua feat(#1245): add next_diag_item and prev_diag_item actions 2022-07-03 16:04:49 +10:00
events.lua feat: add on_tree_resize event 2022-07-06 13:35:29 +02:00
legacy.lua chore: update_root, sync_root_with_cwd, refactor with move_missing_val (#1359) 2022-06-26 12:18:14 +10:00
lib.lua refactor(actions): move actions into semantic modules (#1410) 2022-07-10 09:47:52 +02:00
live-filter.lua chore(iterators): create Iterator module and migrate iterators to use it (#1392) 2022-07-04 14:13:14 +02:00
log.lua chore: remove auto close 2022-03-27 12:13:24 +02:00
utils.lua chore: move focus_file to utils 2022-07-11 16:55:33 +02:00
view.lua refactor(actions): move actions into semantic modules (#1410) 2022-07-10 09:47:52 +02:00
watcher.lua feat(watcher): debounce FS watchers 2022-06-28 11:18:22 +10:00