basic vim configuration

master
Thomas Lindner 2015-10-30 14:43:55 +01:00
commit e866dd92d8
4 changed files with 12 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git

1
bundle/vim-pathogen Submodule

@ -0,0 +1 @@
Subproject commit b4174e4d1a16e7f0c5c6dfca923269a20a9f50c2

1
bundle/vim-sensible Submodule

@ -0,0 +1 @@
Subproject commit 26f8783e08efef27fc01e0df6465b8f94c8bf270

4
vimrc Normal file
View File

@ -0,0 +1,4 @@
set sts=4 sw=4 et
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()