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

**Is this a question?** No. **Can this functionality be implemented utilizing API?** Don't think so. **Is your feature request related to a problem? Please describe.** I'm editing some project files...

feature request
QOL

**Can this functionality be implemented utilising API?** I do not think so **Is your feature request related to a problem? Please describe.** If I have disabled vim.opt.cursorline then NvimTree wont...

feature request
QOL

- we could check for configuration issues - vim.notify could refer user to healthcheck for details - we could check platform and notify (info) what functionalities are not supported -...

#1791 adds `rename_root` which presents the file without the absolute path, just the file name. This is good UX and should also be applied to `rename`. This change would be...

feature request
API

Instead of having to prompt the user to enter a filename after invoking `api.fs.create`, it would be nice if we could do something like this: ```lua require('nvim-tree.api').fs.create('/path/to/file') ``` (If no...

feature request
PR please
API

:robot: I have created a release *beep* *boop* --- ## [1.3.2](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.3.1...nvim-tree-v1.3.2) (2024-04-30) ### Bug Fixes * **#2758:** use nvim-webdevicons default file icon, not renderer.icons.glyphs.default, as per :help ([#2759](https://github.com/nvim-tree/nvim-tree.lua/issues/2759)) ([347e1eb](https://github.com/nvim-tree/nvim-tree.lua/commit/347e1eb35264677f66a79466bb5e3d111968e12c)) *...

autorelease: pending

fixes #925 Awaiting user acceptance test https://github.com/nvim-tree/nvim-tree.lua/issues/925#issuecomment-2071276188

### Description By default neovim sets diagnostics `update_in_insert = false` and other plugins (for example lualine) respects it. But somehow, nvim-tree doesn't. ### Neovim version ```text NVIM v0.9.5 Build type:...

bug
awaiting feedback

### Description When opening a folder with "nvim ." and while having nvim-tree configured to float in a window, nvim-tree opens full screen, not respecting open_win_config. Furthermore, trying to close...

bug
awaiting feedback

### Description When install nvim-tree by Lazy, it throws below error when start nvim ``` Failed to run `config` for nvim-tree.lua ...cker/start/nvim-tree.lua/lua/nvim-tree/renderer/init.lua:9: module 'nvim-tree.renderer.help' not found: ^Ino field package.preload['nvim-tree.renderer.help'] cache_loader:...

bug
awaiting feedback