summaryrefslogtreecommitdiff
path: root/pack/ache/start/installPlugin.sh
blob: 56b0391759a693996b7890a1e288327f39f15846 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#!/bin/bash

#  jellybeans.vim/,
# A good color scheme
git clone "https://github.com/nanotech/jellybeans.vim"

# badwolf
# The default color scheme
git clone "https://github.com/sjl/badwolf"

# vim-eighties
#
# A lot of color schemes
git clone "https://github.com/lithammer/vim-eighties"


# tabular/,
#
# Seriously, I can't use that
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"


# Vim node ? Usefull to navigate between node package
# Through require and import
# TODO: How to do that again ?!
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"

# Lightspeed
#
# Use 's' and 'S' to jump anywhere @ lightspeed ⚡
git clone "https://github.com/ggandor/lightspeed.nvim"


# coc.nvim
#
# A very good code integrator for Vim
git clone --branch release "https://github.com/neoclide/coc.nvim.git" --depth=1

# ale
#
# Check for error and format. 👍
git clone "https://github.com/dense-analysis/ale.git"

# Hexmod
#
# `vim -b` and `:Hexmod` will use xxd to print a file in hexadecimal
git clone "https://github.com/fidian/hexmode.git"


# vim-svelte
#
# Colorise one file CSS, JS and HTML
git clone "https://github.com/evanleck/vim-svelte"


# vim-surround/
#
# Quick change a delimiter from inside using `cs"'`
git clone "https://github.com/tpope/vim-surround"


# vim-javascript/
#
# Here the ony benfice is indentation
git clone "https://github.com/pangloss/vim-javascript"

# vim-commentary/
#
# Quick comment using `gc` and `gcc`
git clone "https://github.com/tpope/vim-commentary"


# tagalon
#
# When you rename an HTML tag, it will rename the corresponding end/opening tag.
git clone "https://github.com/AndrewRadev/tagalong.vim"

# vim-closetag
#
# Automatically lose HTML tag 
git clone "https://github.com/alvan/vim-closetag"



# vim-css3-syntax/
git clone "https://github.com/hail2u/vim-css3-syntax"

# vim-Grammalecte/
git clone "https://github.com/dpelle/vim-Grammalecte"

# Much simpler Rainbow Parenthses
git clone "https://github.com/junegunn/rainbow_parentheses.vim"

# Active it
echo ":RainbowParentheses" >> ./rainbow_parentheses.vim/plugin/rainbow_parentheses.vim