mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-25 00:34:09 +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:
|
IdeaVim supports the NERDTree plugin. Update your `~/.ideavimrc` to turn it on:
|
||||||
```vim
|
```vim
|
||||||
Plug 'preservim/nerdtree`
|
Plug 'preservim/nerdtree'
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```vim
|
```vim
|
||||||
@ -15,7 +15,7 @@ Use `set noNERDTree` to disable this extension.
|
|||||||
|
|
||||||
```vim
|
```vim
|
||||||
set NERDTree
|
set NERDTree
|
||||||
Plug 'preservim/nerdtree`
|
Plug 'preservim/nerdtree'
|
||||||
Plug 'https://github.com/preservim/nerdtree'
|
Plug 'https://github.com/preservim/nerdtree'
|
||||||
Plug 'https://github.com/scrooloose/nerdtree'
|
Plug 'https://github.com/scrooloose/nerdtree'
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
|
Loading…
Reference in New Issue
Block a user