1
0
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:
Alex Plate 2023-08-02 16:43:53 +03:00
parent a62cc3618c
commit 6a8c210a23
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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'