diff options
author | mattn <mattn.jp@gmail.com> | 2019-12-20 00:30:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-20 00:30:38 +0900 |
commit | 28352cd81bf6340f129af249328d072fb031b183 (patch) | |
tree | 0ca6824f857ac05901c1d286d6812cb39c320b90 | |
parent | 8f0e36fcff29eb44b8891054e792082526d3281d (diff) | |
parent | 0f9d84d8892c52ae6713be95f8638da16bc50473 (diff) | |
download | vim-lsp-settings-28352cd81bf6340f129af249328d072fb031b183.tar.gz vim-lsp-settings-28352cd81bf6340f129af249328d072fb031b183.tar.bz2 vim-lsp-settings-28352cd81bf6340f129af249328d072fb031b183.zip |
Merge pull request #6 from koron/fix-install-instruction
better install instruction
-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 |