diff options
author | MURAOKA Taro <koron.kaoriya@gmail.com> | 2019-12-19 23:50:38 +0900 |
---|---|---|
committer | MURAOKA Taro <koron.kaoriya@gmail.com> | 2019-12-19 23:50:38 +0900 |
commit | 0f9d84d8892c52ae6713be95f8638da16bc50473 (patch) | |
tree | 0ca6824f857ac05901c1d286d6812cb39c320b90 /README.md | |
parent | 8f0e36fcff29eb44b8891054e792082526d3281d (diff) | |
download | vim-lsp-settings-0f9d84d8892c52ae6713be95f8638da16bc50473.tar.gz vim-lsp-settings-0f9d84d8892c52ae6713be95f8638da16bc50473.tar.bz2 vim-lsp-settings-0f9d84d8892c52ae6713be95f8638da16bc50473.zip |
better install instruction
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,8 +8,10 @@ Language Servers is not easily to install. Visual Studio Code provide easy way t ## Installation instruction +For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager: + ```viml -Plug 'mattn/vim-lsp-settings.vim' +Plug 'mattn/vim-lsp-settings' ``` ## Usage |