nerdtree
nerdtree copied to clipboard
A tree explorer plugin for vim.
### Description of Changes Add g:NERDTreeFindResolveSymlinks for NERDTreeFind " DEFAULT value | open NERDTreeFind in symlink resolved dir let g:NERDTreeFindResolveSymlinks = 1 " open NERDTreeFind in file current dir let...
#### Environment - Operating System: Linux Debian Bookworm - Vim/Neovim version `:version`: VIM - Vi IMproved 9.0 (2022 Jun 28, compiled May 04 2023 10:24:44) - NERDTree version, found on...
### New Version Info #### 7.1 - **.3**: - docs: update FAQ snippets containing quit command. (rzvxa) [#1417](https://github.com/preservim/nerdtree/pull/1417) - feat: jump to bookmark table shortcut. (ds2606, rzvxa) [#1394](https://github.com/preservim/nerdtree/pull/1394)
### Description of Changes Closes #1339 Part of a stack of commits for improving symlink support.
#### Self-Diagnosis Before creating an issue, take some time to search these resources for an answer. It's possible that someone else has already seen and solved your issue. - [old...
#### Environment - Operating System: Ubuntu 22.04 - Vim/Neovim version `:version`: ``` NVIM v0.6.1 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [email protected] Features: +acl +iconv +tui ``` - NERDTree version,...
Some plugins (such as incline.nvim) need autocmd event for WinEnter, BufWinEnter, etc. So I made some slight modifications to the code to be compatible with inline, but the modifications may...
### Description of Changes Loading of large directories has been accelerated.
NERDTree allows you to run a system command, but neovim (don't know about others) has the ability to open terminal windows. It would be great if the default menu allowed...
#### Description When I open a new file in a new tab by `t`, the `NERDTree` will open a tab, but leave the former tab with the name `NRED_tree_tab_1`, whose...