nerdtree
nerdtree copied to clipboard
A tree explorer plugin for vim.
### Description of Changes Related #562
### Description of Changes Additional variable for relative line numbers and correspondent documentation. --- ### New Version Info Additional option to show the line number relative to the line with...
It seems that nerdtree doesn't have the ability to autorefreshing. I open a Vim's terminal and nerd tree. When I create a new file with `touch newfile`, I observe that...
#### 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...
### Description of Changes Closes #1441. The user can assign multiple key sequences to a single callback as shown in the `.vimrc` below. These settings are reflected in the main...
#### Description Can we add a "many-to-one" behavior to the key mappings, so for instance if my `.vimrc` says let g:NERDTreeMapHelp = ['', '?', 'h'] I would have 3 ways...
#### 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...
The update fixes the issue appearing as a missing devicon for a new file or for a child node of a former root, when moving up the tree. Screenshot of...
Does it highlight the files that have errors like in vscode.