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 185 nvim-tree.lua issues
Sort by recently updated
recently updated
newest added

When you have multiple dirs, you can reach your destination much faster using the following method ( I implemented it in my config for vim-netranger plugin so I know :)...

feature request
PR please

**Is your feature request related to a problem? Please describe.** Opening files uses their absolute paths which makes them very difficult to read. Example: the file I am currently editing...

feature request
PR please
QOL

#2112 ~~Method to recursively collapse a partial tree up to the root level folder.~~ ~~As per `collapse_all` but within one sub-tree.~~ Recursively collapse a node. As per `open.edit` on an...

feature request
API

**Can this functionality be implemented utilising API?** Yes. A custom action may be created which creates a directory if it's missing, then calling `rename` or `paste`. **Is your feature request...

feature request
PR please
QOL

`renderer.icons.git_placement = "signcolumn"` shows a single icon: staged (if present) then unstaged. Other placements show 2. Emulate signcolumn behaviour for after and before. Context: #2192

feature request
PR please
QOL

Show count of hidden items. Display possibilites: 1. number following folder 2. count as last item 2 might be difficult to render Count possibilities: 1. total hidden 2. hidden by...

feature request

Nodes should not be exposed to the user. They are internal representations and should not be mutated by the user. `api.tree.get_nodes` and `sort_by` return/are passed cloned partial nodes. `api.tree.get_node_under_cursor` returns...

API

### Discussed in https://github.com/nvim-tree/nvim-tree.lua/discussions/1980 Originally posted by **mangelozzi** February 9, 2023 I found there is an option: `nvim-tree.actions.open_file.quit_on_open`, but the problem with this it always closes the tree afterwards. I...

feature request
PR please
API

**Can this functionality be implemented utilising API?** Don't think so. `api.tree.reload()` didn't do the trick. **Is your feature request related to a problem? Please describe.** Icons do not change colour...

feature request

I think adding an indent/padding to the tree would be nice. **Describe the solution you'd like** Add an option to modify the padding/indent of children in the tree (components/padding.lua) `function...

feature request
PR please
QOL