neo-tree.nvim
neo-tree.nvim copied to clipboard
Neovim plugin to manage the file system and other tree like structures.
This PR adds commands to preview nodes which correspond to files or file positions. It also allows the standard open commands to open files at positions given by position nodes....
Following the suggestion from #112, I was using a custom trailing_slash renderer component to make it highlighted with a different color: ``` -- Append trailing slashes on directories (#112) components...
> but is it better to explicitly set it to off by default, or do nothing and assume the user's global default is what they expect? I think if the...
> Thanks for all @cseickel, best regards! You're welcome! BTW - I'd also consider it a bug that the sign and number columns are not accounted for when right aligning....
Either it's the title or I don't understand how to use the fuzzy finder. So, I 1. open neotree, 2. hit D, 3. enter the text, neotree does the filtering,...
This adds the ability to define which sources will be displayed in the `source_selector`. As neo-tree's source ecosystem grows, it probably doesn't make sense to have the `source_selector` display every...
This closes #202, I've intentionally kept it separate from and similar to the normal deletion operation for now. - [x] visual mode support - [ ] documentation - [ ]...
### Discussed in https://github.com/nvim-neo-tree/neo-tree.nvim/discussions/126 Originally posted by **bennypowers** February 6, 2022 Hello! I'm using neo-tree with `auto-session` and `bufferline.nvim`, and notice the following: - WHEN neo-tree is open and I...
Liking this plugin a lot. I live in the world of bash and many of the files I make have very specific permission requirements. I was wondering if it would...
I'm glad I found your plugin. Thanks so much for all the work. It's really next level 🚀 _No. 1:_ I would like to make notifications configurable. Currently, I just...