1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Initial version.

Add several useful packages.
This commit is contained in:
Bert Peters
2015-01-03 21:48:03 +01:00
parent 3ecc017ca0
commit 5ec6d213a3
12 changed files with 49 additions and 0 deletions

18
.gitmodules vendored Normal file
View File

@@ -0,0 +1,18 @@
[submodule "pathogen"]
path = pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/tomasr/molokai
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/tpope/vim-markdown
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/lunaru/vim-less
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript