summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpack/ache/start/installPlugin.sh27
1 files changed, 27 insertions, 0 deletions
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