nvim-tree.lua/lua/nvim-tree
2022-07-18 14:32:19 +02:00
..
actions feat(create-file): use vim.ui.select for confirmation 2022-07-18 14:32:19 +02:00
explorer feat(notify): switch all print/nvim_*write statements to utils.notify 2022-07-18 14:04:48 +02:00
git chore(watchers): refactor events and make debouncer safe 2022-07-17 08:50:24 +02:00
iterators feat(bookmarks): add bookmark feature (#1412) 2022-07-11 10:00:12 +02:00
marks chore: move nvim-tree.utils.warn -> notify.warn 2022-07-18 13:46:11 +02:00
renderer chore: move nvim-tree.utils.warn -> notify.warn 2022-07-18 13:46:11 +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(notify): switch all print/nvim_*write statements to utils.notify 2022-07-18 14:04:48 +02:00
legacy.lua chore: move nvim-tree.utils.warn -> notify.warn 2022-07-18 13:46:11 +02: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 feat(notify): switch all print/nvim_*write statements to utils.notify 2022-07-18 14:04:48 +02:00
utils.lua feat(create-file): use vim.ui.select for confirmation 2022-07-18 14:32:19 +02:00
view.lua fix(wipe): wipe all nvim-tree rogue buffers 2022-07-18 13:29:56 +02:00
watcher.lua chore: move nvim-tree.utils.warn -> notify.warn 2022-07-18 13:46:11 +02:00