mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
new modules: glsl, powerline, syntastic
This commit is contained in:
parent
28e3bcfa1c
commit
1737b76a26
4 changed files with 12 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -52,3 +52,12 @@
|
||||||
[submodule "bundle/ctrlp"]
|
[submodule "bundle/ctrlp"]
|
||||||
path = bundle/ctrlp
|
path = bundle/ctrlp
|
||||||
url = https://github.com/kien/ctrlp.vim.git
|
url = https://github.com/kien/ctrlp.vim.git
|
||||||
|
[submodule "bundle/syntastic"]
|
||||||
|
path = bundle/syntastic
|
||||||
|
url = https://github.com/scrooloose/syntastic.git
|
||||||
|
[submodule "bundle/powerline"]
|
||||||
|
path = bundle/powerline
|
||||||
|
url = https://github.com/Lokaltog/vim-powerline.git
|
||||||
|
[submodule "bundle/glsl"]
|
||||||
|
path = bundle/glsl
|
||||||
|
url = https://github.com/vim-scripts/glsl.vim.git
|
||||||
|
|
|
||||||
1
bundle/glsl
Submodule
1
bundle/glsl
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1af8aa50e33766bd558f853ba84f6f076a0ae6fc
|
||||||
1
bundle/powerline
Submodule
1
bundle/powerline
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 01927ff0c74a5884c617d98f5f317a944bb90417
|
||||||
1
bundle/syntastic
Submodule
1
bundle/syntastic
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4d957c865846b1f7f7dff62a781da60133c7ac42
|
||||||
Loading…
Add table
Add a link
Reference in a new issue