aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Ohyanagi <heavenshell.jp@gmail.com>2020-02-05 23:01:04 +0900
committerShinya Ohyanagi <heavenshell.jp@gmail.com>2020-02-05 23:01:04 +0900
commit9731c271c3effa8f85a665bc742d71778fb5faf8 (patch)
tree755d2fb6e8a6afd24651e88c4401d3339bb2631f
parentc727df7bcaa13202f81fb513ea61d6a75d634b84 (diff)
downloadvim-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.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2cbfdd9..85da84f 100644
--- a/README.md
+++ b/README.md
@@ -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'
```