Update readme
This commit is contained in:
parent
3b13afa8a2
commit
b7504d8adb
@ -4,8 +4,7 @@ My Vim configuration
|
||||
|
||||
## vim-plug
|
||||
#### Vim
|
||||
|
||||
###### Unix
|
||||
###### Linux
|
||||
```sh
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
@ -16,8 +15,11 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||
```
|
||||
Install plugins:
|
||||
```
|
||||
:PlugInstall
|
||||
```
|
||||
## Conquer of Completion
|
||||
|
||||
Run commands in NeoVim/Vim:
|
||||
```
|
||||
:CocInstall coc-json coc-tsserver
|
||||
|
Loading…
Reference in New Issue
Block a user