From f4da4507b99f95fc62b70930a0f801850f0373ec Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 18 Dec 2019 18:26:38 +0900 Subject: Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cfce5e9..65cf33f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Auto configurations for Language Server for vim-lsp Language Servers is not easily to install. Visual Studio Code provide easy way to install/update Language Server and Language Server Client. This plugin provide same feature on Vim. +## Installation instruction + +```viml +Plug 'mattn/vim-lsp-settings.vim' +``` + ## Usage If you install clangd already, you can use clangd for C/C++ without configurations. But if you install clang with named clangd-6.0, you can replace executable like below: -- cgit v1.2.3-54-g00ecf