#!/bin/bash # jellybeans.vim/, git clone https://github.com/nanotech/jellybeans.vim # tabular/, 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