nerdtree icon indicating copy to clipboard operation
nerdtree copied to clipboard

A tree explorer plugin for vim.

Results 80 nerdtree issues
Sort by recently updated
recently updated
newest added

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.

general question

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' }...

general question

#### Description ![Screenshot_20211105_212008](https://user-images.githubusercontent.com/49662650/141343947-fb75cd2a-2b6d-4e9d-b279-5a5a1072d4ad.png) 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...

feature request

Hi Could i see only py,c,cc,cpp,h extension files?

general question

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...

general question

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...

feature request

I put `NerdTreeIgnore `in my `vimrc `but it doesn't work ![image](https://user-images.githubusercontent.com/75968004/128618937-05d9f282-5083-411c-aa39-e2469e8c8954.png) I use Windows 10 and vim8.2 Thanks for your help

#### 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...

bug

### 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...