neo-tree.nvim
neo-tree.nvim copied to clipboard
feat: file completion for fs-action
trafficstars
currently default fs-action (=popup) does not support completion.
It's possible to fallback on using the neovim native input by setting use_popups_for_input=false
However so far file completion is not activated for relevant action such as move, or create.
This PR enable by default the file-completion on native input actions.
Action includes:
- move
- create
- rename
- copy