summaryrefslogtreecommitdiff
path: root/installer.sh
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2018-10-09 20:03:26 -0400
committerchristianchiarulli <[email protected]>2018-10-09 20:03:26 -0400
commit896d2593ecadeb4f14a4af655b475a269026a64d (patch)
tree21566f74b1168228b4849fcd77550a3219dd256d /installer.sh
parentdc120a9571faf977ae2bacc6202800a0a1e9a9d8 (diff)
added fonts got rid of cscope due to ignorance
Diffstat (limited to 'installer.sh')
-rw-r--r--installer.sh9
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()"