summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-11-11 00:29:07 +0100
committerache <ache@ache.one>2018-11-11 00:29:07 +0100
commitac1ef1cc71871e01dd339cab332c9dbfc1dd3724 (patch)
tree145c54c7440269c1b06faed8a49f3acefbfcd93c
parentInside term short-cut (diff)
Add plugins
-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