Skip to content

Commit 2373361

Browse files
author
Gaspar Chilingarov
committed
import of most useful modules
1 parent a7a644c commit 2373361

15 files changed

Lines changed: 140 additions & 0 deletions

.gitmodules

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[submodule "bundle/vim-elixir"]
2+
path = bundle/vim-elixir
3+
url = https://github.com/gasparch/vim-elixir
4+
[submodule "bundle/vim-desert-programming"]
5+
path = bundle/vim-desert-programming
6+
url = https://github.com/gasparch/vim-desert-programming.git
7+
[submodule "bundle/vim-plugin-AnsiEsc"]
8+
path = bundle/vim-plugin-AnsiEsc
9+
url = https://github.com/powerman/vim-plugin-AnsiEsc.git
10+
[submodule "bundle/tabular"]
11+
path = bundle/tabular
12+
url = https://github.com/godlygeek/tabular.git
13+
[submodule "bundle/alchemist.vim"]
14+
path = bundle/alchemist.vim
15+
url = https://github.com/slashmili/alchemist.vim.git
16+
[submodule "bundle/ctrlp.vim"]
17+
path = bundle/ctrlp.vim
18+
url = https://github.com/ctrlpvim/ctrlp.vim
19+
[submodule "bundle/matchit"]
20+
path = bundle/matchit
21+
url = https://github.com/tmhedberg/matchit
22+
[submodule "bundle/vim-fugitive"]
23+
path = bundle/vim-fugitive
24+
url = https://github.com/tpope/vim-fugitive.git
25+
[submodule "bundle/vim-airline"]
26+
path = bundle/vim-airline
27+
url = https://github.com/bling/vim-airline
28+
[submodule "bundle/tagbar"]
29+
path = bundle/tagbar
30+
url = https://github.com/majutsushi/tagbar.git
31+
[submodule "extras/elixir-ctags"]
32+
path = extras/elixir-ctags
33+
url = https://github.com/gasparch/elixir-ctags.git

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,19 @@ Highly opnionated setup of plugins to start programming in Elixir in minutes.
66
Aim of the project is to give reasonable preset of defaults for elixir-based development to
77
avoid laborous tuning of plugins/themes.
88

9+
10+
11+
12+
13+
## how to update submodules
14+
```
15+
git submodule update --remote --merge
16+
```
17+
18+
19+
- needs exuberant-ctags installed
20+
```
21+
apt-get install exuberant-ctags
22+
```
23+
24+

bundle/alchemist.vim

Submodule alchemist.vim added at 718d16c

bundle/ctrlp.vim

Submodule ctrlp.vim added at d9eb5ae

bundle/matchit

Submodule matchit added at 060d9d8

bundle/tabular

Submodule tabular added at 00e1e7f

bundle/tagbar

Submodule tagbar added at 01f57ac

bundle/vim-airline

Submodule vim-airline added at 53c8aa4

bundle/vim-desert-programming

Submodule vim-desert-programming added at 6bb9c99

bundle/vim-elixir

Submodule vim-elixir added at 00efad0

0 commit comments

Comments
 (0)