neo-tree.nvim
neo-tree.nvim copied to clipboard
Neovim plugin to manage the file system and other tree like structures.
### Did you check the docs? - [x] I have read all the docs. ### Is your feature request related to a problem? Please describe. I'm wondering if it's possible...
[Cross-Plugins] Does neo-tree.nvim move the cursor to the first line after the first file is open?
This problem is related to fzf-lua https://github.com/ibhagwan/fzf-lua/issues/572. If I remove neo-tree.nvim the linked problem disappeared. Since I have no clue about what happened so I need your help!
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. Not being able to pull...
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...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...
### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. I can use some commands...
Before:  After: 
### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. It'd be great to have...