Directory Edit for Neovim
- Lua 100%
|
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. |
||
|---|---|---|
| doc | doc: document more options | |
| lua | keep track of dired buffers by name | |
| plugin |
lazily import nvdired.util within handlers
|
|
| syntax | rewrite syntax file in Lua | |
| .editorconfig | ||
| .luarc.json | ||
| LICENSE | ||
| README.md | ||
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.