diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-16 15:32:32 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-16 15:32:32 +0900 |
commit | a765339c79535183ee3ac831fdeca23c7787d3fa (patch) | |
tree | c2a7fccdb3877a4ee02eb132c065c5f74c1d4461 /README.md | |
parent | 8e3a193b167d32b4249c37bf135619ac358d9e5e (diff) | |
download | vim-lsp-settings-a765339c79535183ee3ac831fdeca23c7787d3fa.tar.gz vim-lsp-settings-a765339c79535183ee3ac831fdeca23c7787d3fa.tar.bz2 vim-lsp-settings-a765339c79535183ee3ac831fdeca23c7787d3fa.zip |
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ provide same feature on Vim. ## Usage -If you install clangd always, you can use clangd for C/C++. But if you install clang with named clangd-6.0, you can replace executable like below: +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: ```vim let g:lsp_settings = { |