diff options
author | Shinya Ohyanagi <heavenshell.jp@gmail.com> | 2020-02-05 23:01:04 +0900 |
---|---|---|
committer | Shinya Ohyanagi <heavenshell.jp@gmail.com> | 2020-02-05 23:01:04 +0900 |
commit | 9731c271c3effa8f85a665bc742d71778fb5faf8 (patch) | |
tree | 755d2fb6e8a6afd24651e88c4401d3339bb2631f | |
parent | c727df7bcaa13202f81fb513ea61d6a75d634b84 (diff) | |
download | vim-lsp-settings-9731c271c3effa8f85a665bc742d71778fb5faf8.tar.gz vim-lsp-settings-9731c271c3effa8f85a665bc742d71778fb5faf8.tar.bz2 vim-lsp-settings-9731c271c3effa8f85a665bc742d71778fb5faf8.zip |
Fix list only required plugin
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,8 +19,6 @@ For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager: ```viml Plug 'prabirshrestha/async.vim' -Plug 'prabirshrestha/asyncomplete.vim' -Plug 'prabirshrestha/asyncomplete-lsp.vim' Plug 'prabirshrestha/vim-lsp' Plug 'mattn/vim-lsp-settings' ``` |