diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-26 09:22:35 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-26 09:22:35 +0900 |
commit | ae6c4e51c20d382d79dd5579abf8bf7fbe9237af (patch) | |
tree | 7e605d6f869927405ebe25d2e003daceb119dfb7 | |
parent | 580e73c180182b2c286f064aa3e5541545bc741b (diff) | |
download | vim-lsp-settings-ae6c4e51c20d382d79dd5579abf8bf7fbe9237af.tar.gz vim-lsp-settings-ae6c4e51c20d382d79dd5579abf8bf7fbe9237af.tar.bz2 vim-lsp-settings-ae6c4e51c20d382d79dd5579abf8bf7fbe9237af.zip |
Link
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # vim-lsp-settings -Auto configurations for Language Server for vim-lsp +Auto configurations for Language Server for [vim-lsp](https://github.com/prabirshrestha/vim-lsp) ## Introduction @@ -18,7 +18,7 @@ Plug 'prabirshrestha/vim-lsp' Plug 'mattn/vim-lsp-settings' ``` -You need to install both vim-lsp and its accompanying plugins and vim-lsp-settings. +You need to install both [vim-lsp](https://github.com/prabirshrestha/vim-lsp) and its accompanying plugins and vim-lsp-settings. ### Notice |