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

A file explorer tree for neovim written in lua

Results 155 nvim-tree.lua issues
Sort by recently updated
recently updated
newest added

**Is this a question?** No. **Can this functionality be implemented utilising API?** No, I think. **Is your feature request related to a problem? Please describe.** Files that are added to...

feature request
PR please
QOL

**Is this a question?** Please start a new [Q&A discussion](https://github.com/nvim-tree/nvim-tree.lua/discussions/new) instead of raising a feature request. **Can this functionality be implemented utilising API?** No, and it would make sense to...

feature request
API

**Is this a question?** No **Can this functionality be implemented utilizing API?** Not a functionality per say. **Is your feature request related to a problem? Please describe.** Many functions of...

documentation

Options like `renderer.special_files` are validated only as a table; their contents are skipped as they are array-like. Add functionality to validate the contents, in the above case strings. Possibility: ```lua...

vscode's new feature of sticky scroll in file tree, I think it is really useful for deeply nested file structure. https://github.com/nvim-tree/nvim-tree.lua/assets/97848247/4eb242fa-66a8-428d-8050-b32f52f867b8 TreesitterContext has similar function in buffer. Is this feature...

feature request
QOL