summaryrefslogtreecommitdiff
path: root/pack/ache/start/installPlugin.sh
blob: 536711dba74071bb06c334dc75607b3feb84b0c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/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