No description
Find a file
tocariimaa 524d544b36 keep track of dired buffers by name
This is a better way of checking for duplicate buffer names rather than
relying on Neovim's buffer API which, for this case, creates an
alternate buffer for a buffer when its name is changed and provides no
way of detecting this.
2026-06-26 19:27:28 -04:00
doc doc: document more options 2026-06-25 19:42:33 -04:00
lua keep track of dired buffers by name 2026-06-26 19:27:28 -04:00
plugin lazily import nvdired.util within handlers 2026-06-17 14:54:17 -04:00
syntax rewrite syntax file in Lua 2026-06-16 18:56:05 -04:00
.editorconfig initial commit 2025-07-28 23:07:34 -04:00
.luarc.json luarc: disable redefined-local diagnostic 2026-06-11 18:49:59 -04:00
LICENSE change license to MPL-2.0 2025-08-11 17:38:21 -04:00
README.md update readme: we can do dired now 2026-05-24 19:09:06 -04:00

nvdired

Neovim Directory Editor. Inspired by Emacs' dired.

If you use a plugin manager that does lazy loading, disable it for this plugin. Otherwise things like Netrw hijacking will not work properly.

Documentation

Check the nvdired.txt Vim help file, either on Neovim itself using :h nvdired or from your browser here.

License

Licensed under the Mozilla Public License 2.0.