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

### Description After https://github.com/neovim/neovim/commit/64a14026d76ba1798d91e15a941fcb6af7cbc5ad `WinBar` highlight group is now linked to the `StatusLine`, which is used in the window picker. As a result, the following occurs with winbar: ![image](https://github.com/nvim-tree/nvim-tree.lua/assets/62308020/a3ed3542-e046-4bde-8e97-1682bc95dbeb) ![image](https://github.com/nvim-tree/nvim-tree.lua/assets/62308020/7f48f081-4bda-4e58-a38c-c5f362d6edec)...

documentation
upstream: neovim

A new *nvim-tree.filters* that would behave exactly as `nvim-tree.filters.git_ignored` but we could set custom file names like `.ignored`. There are some cases we don't want to git ignore some files,...

feature request
PR please
QOL

### Description I noticed that the red "x" icon next to a file indicates that it has been modified (per git). Its state appears to change whenever you save the...

bug
awaiting feedback

### Description I have a separate plugin (neoclip), which listens to TextYankPost events. When the handler is run in neoclip, it requires regcontents to be set. [neoclip code](https://github.com/AckslD/nvim-neoclip.lua/blob/4e406ae0f759262518731538f2585abb9d269bac/lua/neoclip/handlers.lua#L9C31-L9C42) However, looking...

bug
PR please
reproduced

**Can this functionality be implemented utilising API?** Bookmarks may be retrieved and individually set. The user could implement an Event.Ready to set their persisted marks There is no event for...

feature request

For example, add an option `renderer.icons.glyphs.get_icon_func` that expects a function that takes filename, extension and options(?) as input and returns an icon and a highlight group.

feature request
PR please
QOL

As discussed in https://github.com/nvim-tree/nvim-tree.lua/pull/1871#discussion_r1059823270 # Background nvim-tree is a very customizable plugin and it provide options to display certain attributes of files and directories. Currently, 4 such attributes are implemented:...

performance

### Description From https://github.com/nvim-tree/nvim-tree.lua/issues/1985#issuecomment-1582896807 > Is there really no way to open to the window that was previously active before selecting the nvim-tree window (regardless on navigation method)? > >...

awaiting feedback

Neovim has support the new feature: statuscolumn https://github.com/neovim/neovim/pull/20621 please allow user config this property and set it to the tree window buffer. currently, if I set the statuscolumn for global,...

feature request
upstream: neovim

**Is your feature request related to a problem? Please describe.** https://github.com/nvim-tree/nvim-tree.lua/issues/2515 asked for custom labels for folders grouped by `group_empty`, which was implemented in https://github.com/nvim-tree/nvim-tree.lua/pull/2521. It would be nice if...

feature request