diff options
Diffstat (limited to 'installer.sh')
-rw-r--r-- | installer.sh | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/installer.sh b/installer.sh index 9a0780c1..de8c093e 100644 --- a/installer.sh +++ b/installer.sh @@ -58,12 +58,9 @@ echo "Please add the following settings for dein to the top of your vimrc (Vim) echo " \" Required:" echo " call dein#add('$INSTALL_DIR')" echo "" - echo " \" Add or remove your plugins here:" - echo " call dein#add('Shougo/neosnippet.vim')" - echo " call dein#add('Shougo/neosnippet-snippets')" - echo "" - echo " \" You can specify revision/branch/tag." - echo " call dein#add('Shougo/deol.nvim', { 'rev': '01203d4c9' })" + echo " \" Add or remove your plugins here like this:" + echo " \"call dein#add('Shougo/neosnippet.vim')" + echo " \"call dein#add('Shougo/neosnippet-snippets')" echo "" echo " \" Required:" echo " call dein#end()" |