neo-tree.nvim icon indicating copy to clipboard operation
neo-tree.nvim copied to clipboard

feat: file completion for fs-action

Open parisni opened this issue 10 months ago • 0 comments
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

parisni avatar Dec 30 '24 20:12 parisni