No description
  • Lua 98.6%
  • Vim Script 1.4%
Find a file
tocariimaa 3938041621 add -r flag to :Dired
This flag causes nvdired to be opened in the current buffer instead of
creating a new one.
2026-05-02 20:02:20 -04:00
doc doc: document default values of options 2026-05-02 19:11:15 -04:00
lua abbreviate notify log level table name 2026-05-02 19:52:25 -04:00
plugin add -r flag to :Dired 2026-05-02 20:02:20 -04:00
syntax syntax: add diredComment to Comment group 2026-02-06 17:15:07 -03:00
.editorconfig initial commit 2025-07-28 23:07:34 -04:00
.luarc.json add luarc LSP config 2026-02-11 14:55:25 -03:00
LICENSE change license to MPL-2.0 2025-08-11 17:38:21 -04:00
README.md add note on plugin lazy-loading 2026-02-11 14:46:08 -03:00

nvdired

Neovim Directory Editor. Inspired by Emacs' dired.

TODO it's only useful for navigation, can't do any actual dired yet :p

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.