From ac1ef1cc71871e01dd339cab332c9dbfc1dd3724 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 11 Nov 2018 00:29:07 +0100 Subject: Add plugins --- pack/ache/start/installPlugin.sh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pack/ache/start/installPlugin.sh b/pack/ache/start/installPlugin.sh index 4654507..536711d 100755 --- a/pack/ache/start/installPlugin.sh +++ b/pack/ache/start/installPlugin.sh @@ -8,3 +8,30 @@ git clone https://github.com/godlygeek/tabular # python-mode git clone https://github.com/python-mode/python-mode + +# Deoplete // Completion for Language +git clone https://github.com/Shougo/deoplete.nvim + +# Neosnippet, completion for snippets +git clone https://github.com/Shougo/neosnippet.vim +git clone https://github.com/Shougo/neosnippet-snippets + + +# Much simpler Rainbow Parenthses +git clone https://github.com/junegunn/rainbow_parentheses.vim + +# Active it +echo ":RainbowParentheses" >> ./rainbow_parentheses.vim/plugin/rainbow_parentheses.vim + +# Vim node ? Usefull to navigate between node package +# Through require and import +git clone https://github.com/moll/vim-node + +# Vim Java script +git clone https://github.com/pangloss/vim-javascript + + # Syntax checker +git clone https://github.com/vim-syntastic/syntastic + + # Colorizer +git clone https://github.com/lilydjwg/colorizer -- cgit v1.2.3