diff options
author | Chrisatmachine <[email protected]> | 2018-11-11 14:09:29 -0500 |
---|---|---|
committer | Chrisatmachine <[email protected]> | 2018-11-11 14:09:29 -0500 |
commit | 2d48d2025b5f4f3f3713d56635a145855abc770e (patch) | |
tree | 5458f94d957140e58381c09a714dcd2f4330c2ac /installer.sh | |
parent | 2d12a4f1a7a0b0fb047c81952498f8107341dd79 (diff) | |
parent | 896d2593ecadeb4f14a4af655b475a269026a64d (diff) |
Merge branch 'master' of https://github.com/ChristianChiarulli/nvim
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()" |