From 896d2593ecadeb4f14a4af655b475a269026a64d Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 9 Oct 2018 20:03:26 -0400 Subject: added fonts got rid of cscope due to ignorance --- installer.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'installer.sh') 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()" -- cgit v1.2.3