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

### Description When I toggle NvimTree first time after opening the editor it takes a couple of seconds and I get this error: ![image](https://user-images.githubusercontent.com/75364377/182612454-c2d071fc-ee86-4984-a7f3-547df2fb4a07.png) Also, opening folders in the tree...

upstream: neovim

I was wondering lately since neo-tree has gained a lot of attention, and seems to do basically everything that nvim-tree already does, that if i was a neovim beginner, it...

feature request

closes #1480 * detect cycles on search-node `S` * search link paths, not target paths on find-file expand-all is OK as it stops after `max_folder_discovery`, however it does follow cycles....

1. generate help view by mapping keymap functions back to `DEFAULT_KEYMAPS` 2. generate :help via update script a. user readable table `/tmp/DEFAULT_KEYMAPS.help` b. on_attach function `/tmp/DEFAULT_KEYMAPS.on_attach.lua` I did mess around...

This PR adds option to display nvim-tree window as float. Requires setting `nvim-tree.actions.open_file.quit_on_open` to `true` to work properly. ![demo](https://user-images.githubusercontent.com/12006074/180783412-2f3cb9e3-4371-41d9-a4fe-7f348edb84a9.png) References #1377

**Is your feature request related to a problem? Please describe.** https://github.com/kyazdani42/nvim-tree.lua/commit/8dc2144e878921111c75a942af6abed685e15c01 switched from `vim.ui.select` to `vim.ui.input`, which causes a problem for me: when the filename is too long, the title...

feature request

#1579 - [x] document default mappings - [x] apply `remove_keymaps` - [x] legacy migration #1464 - [x] help shows on_attach mappings - [ ] update help - [ ] write...

### Description `remove_keymaps` option not working as expected, or maybe I'm just not setting it right. I want to disable "s" key on nvim tree as I use it to...

bug

Hello, please don't make yet another issue or comment an existing issue regarding `huge lag` in nvim-tree. Please see [performance-issues](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) in the README. If your editor start to lag when...

documentation

### Description When navigating up to a large directory (e.g. from `C:\large-directory\subdirectory` to `C:\large-directory`) that contains a looping symlink (e.g. `C:\large-directory\loop -> C:\large-directory`), nvim will try to find the previously...

bug