diff options
author | Shinya Ohyanagi <heavenshell.jp@gmail.com> | 2020-02-05 23:12:17 +0900 |
---|---|---|
committer | Shinya Ohyanagi <heavenshell.jp@gmail.com> | 2020-02-05 23:12:17 +0900 |
commit | 370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71 (patch) | |
tree | dcb09ff21e652417a1668223d3d9a5da92b30450 | |
parent | 9731c271c3effa8f85a665bc742d71778fb5faf8 (diff) | |
download | vim-lsp-settings-370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71.tar.gz vim-lsp-settings-370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71.tar.bz2 vim-lsp-settings-370c0f8f93ebb8b4ef855d4123f104d5ca3d3e71.zip |
Fix add autocompletion plugins
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,13 @@ Plug 'mattn/vim-lsp-settings' You need to install both [vim-lsp](https://github.com/prabirshrestha/vim-lsp) and its accompanying plugins and vim-lsp-settings. +If you want to use autocompletion plugin, you can use followings. + +```viml +Plug 'prabirshrestha/asyncomplete.vim' +Plug 'prabirshrestha/asyncomplete-lsp.vim' +``` + ### Notice If you use plugin manager that is merging plugins (ex. dein), Please setting stop merging work(ex. dein / merged = 0) or set `g:lsp_settings_servers_dir` option to a different directory from the vim-lsp's default. |