aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMURAOKA Taro <koron.kaoriya@gmail.com>2019-12-19 23:50:38 +0900
committerMURAOKA Taro <koron.kaoriya@gmail.com>2019-12-19 23:50:38 +0900
commit0f9d84d8892c52ae6713be95f8638da16bc50473 (patch)
tree0ca6824f857ac05901c1d286d6812cb39c320b90 /README.md
parent8f0e36fcff29eb44b8891054e792082526d3281d (diff)
downloadvim-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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2069d93..ce92ac8 100644
--- a/README.md
+++ b/README.md
@@ -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