From b7504d8adbf0b1a86d8f1c2c666fc429cb6d11d8 Mon Sep 17 00:00:00 2001 From: ducnn Date: Sun, 9 Oct 2022 10:11:07 +0700 Subject: [PATCH] Update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48ae89e..d1ef73a 100644 --- a/README.md +++ b/README.md @@ -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