nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
.github/ISSUE_TEMPLATE/bug.md (2103B)
   1 ---
   2 name: "Bug Report"
   3 about: "NERDTree is misbehaving? Tell us about it."
   4 labels: bug
   5 ---
   6 <!-- Attention! Please Read!
   7 
   8 Please fill out ALL the information below so that the issue can be fully understood. Omitting
   9 information will delay the resolution of your issue. It will be labeled "Needs More Info", and
  10 may be closed until there is enough information.
  11 
  12 Keep in mind that others may have the same question in the future. The better your information,
  13 the more likely they'll be able to help themselves.
  14 -->
  15 
  16 #### Self-Diagnosis
  17 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.
  18 - [old NERDTree issues](https://github.com/preservim/nerdtree/issues?q=is%3Aissue)
  19 - NERDTree documentation - `:h NERDTree`
  20 - [NERDTree Wiki](https://github.com/preservim/nerdtree/wiki)
  21 - Other resources: <https://stackoverflow.com>, <https://vi.stackexchange.com>, etc.
  22 
  23 #### Environment
  24 - Operating System: 
  25 - Vim/Neovim version `:version`: 
  26 - NERDTree version, found on first line of quickhelp `?`: 
  27 - Are you using any of these NERDTree-dependent plugins?  <!-- Check the boxes after creating the issue. -->
  28     - [ ] [Xuyuanp/nerdtree-git-plugin](https://github.com/Xuyuanp/nerdtree-git-plugin)
  29     - [ ] [ryanoasis/vim-devicons](https://github.com/ryanoasis/vim-devicons)
  30     - [ ] [tiagofumo/vim-nerdtree-syntax-highlight](https://github.com/tiagofumo/vim-nerdtree-syntax-highlight)
  31     - [ ] [scrooloose/nerdtree-project-plugin](https://github.com/scrooloose/nerdtree-project-plugin)
  32     - [ ] [PhilRunninger/nerdtree-buffer-ops](https://github.com/PhilRunninger/nerdtree-buffer-ops)
  33     - [ ] [PhilRunninger/nerdtree-visual-selection](https://github.com/PhilRunninger/nerdtree-visual-selection)
  34     - [ ] [jistr/vim-nerdtree-tabs](https://github.com/jistr/vim-nerdtree-tabs)
  35     - [ ] Others (specify):
  36 - Provide a minimal **.vimrc** file that will reproduce the issue.
  37 ```vim
  38 ```
  39 
  40 #### Steps to Reproduce the Issue
  41 1. 
  42 
  43 #### Current Behavior (Include screenshots where appropriate.)
  44 
  45 #### Expected Result
  46