From 0f9d84d8892c52ae6713be95f8638da16bc50473 Mon Sep 17 00:00:00 2001 From: MURAOKA Taro Date: Thu, 19 Dec 2019 23:50:38 +0900 Subject: better install instruction --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf