fixed README note for nerdtree

This commit is contained in:
JesseBot 2023-02-18 14:02:49 +01:00
parent e34b4f3b01
commit 0f1890c65c
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -602,7 +602,6 @@ These directories/files are installed to your home directory and follow the [XDG
- default tabbing
- set search history
- installs all the plugins [here](https://github.com/jessebot/dot_files/blob/main/.vimrc#L452)
- `:NERDTreeToggle` enables a directory tree of your current directory on the left hand side of your current vim window.
- uses template files below
Auto-install vim-plug:
@ -618,6 +617,8 @@ These directories/files are installed to your home directory and follow the [XDG
- [`~/.vim/templates/template.py`](.vim/templates/template.py)
Since we install the [NERDTree](https://github.com/preservim/nerdtree) plugin,
`:NERDTreeToggle` enables a directory tree of your current directory on the left hand side of your current vim window.
</blockquote>
</details>