nerdtree
nerdtree copied to clipboard
A tree explorer plugin for vim.
If on a a directory `mydir/` I would like to open a new vertical split with a NERDtree window at that directory. Is this possible? Thank you.
Use fzf to change working directory I share my code (lua) that I use to change working directory: ```lua function Projects() coroutine.wrap(function() -- table projects, example { '/home/erick/Proyectos/glux', '/home/erick/.dotfiles' }...
#### Description  The .pl file extension is used by both Perl and Prolog, but since Perl is more widespread I wouldn't mind if it were one loaded. But Prolog...
Hi Could i see only py,c,cc,cpp,h extension files?
1. highlight a file in nerdtree (such as a spreadsheet.ods) 2. press [m] to open the menu 3. press [o] to "open the current node with system editor" 4. VIM...
Just a small patch to show which files couldn't be read.
#### Description When a team uses a sandbox-based development everybody it often happens that one frequently works in a few directories, which one would likely set as bookmarks, which are...
I put `NerdTreeIgnore `in my `vimrc `but it doesn't work  I use Windows 10 and vim8.2 Thanks for your help
[Windows] Node path could have different case if the initial directory is entered in all lower case
#### Self-Diagnosis - [x] I have searched the [issues](https://github.com/scrooloose/nerdtree/issues) for an answer to my question. - [ ] I have reviewed the NERDTree documentation. `:h NERDTree` - [ ] I...
### Description of Changes This adds a `g:NERDTreeSplexMode` boolean setting that, when activated, causes NERDTree to [act as split explorer-style file browser instead of a project drawer](http://vimcasts.org/blog/2013/01/oil-and-vinegar-split-windows-and-project-drawer/). ### Motivation for...