mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-05 00:34:04 +02:00
Fix incorrect tic in docs
This commit is contained in:
parent
a62cc3618c
commit
6a8c210a23
@ -2,7 +2,7 @@
|
||||
|
||||
IdeaVim supports the NERDTree plugin. Update your `~/.ideavimrc` to turn it on:
|
||||
```vim
|
||||
Plug 'preservim/nerdtree`
|
||||
Plug 'preservim/nerdtree'
|
||||
```
|
||||
or
|
||||
```vim
|
||||
@ -15,7 +15,7 @@ Use `set noNERDTree` to disable this extension.
|
||||
|
||||
```vim
|
||||
set NERDTree
|
||||
Plug 'preservim/nerdtree`
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'https://github.com/preservim/nerdtree'
|
||||
Plug 'https://github.com/scrooloose/nerdtree'
|
||||
Plug 'scrooloose/nerdtree'
|
||||
|
Loading…
Reference in New Issue
Block a user