diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-18 18:26:38 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-18 18:26:38 +0900 |
commit | f4da4507b99f95fc62b70930a0f801850f0373ec (patch) | |
tree | b3fc88aaf9264f5420d8631906d47d2d4607b741 /README.md | |
parent | b2263bd11fb0cd097b9effa30b78d24eeda871f3 (diff) | |
download | vim-lsp-settings-f4da4507b99f95fc62b70930a0f801850f0373ec.tar.gz vim-lsp-settings-f4da4507b99f95fc62b70930a0f801850f0373ec.tar.bz2 vim-lsp-settings-f4da4507b99f95fc62b70930a0f801850f0373ec.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |