Skip to content

Commit

Permalink
Let's start with pathogen, solarized and snipmate
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoarrais committed Apr 19, 2012
0 parents commit d64c162
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
@@ -0,0 +1,12 @@
[submodule "pathogen"]
path = pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "snipmate"]
path = snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
7 changes: 7 additions & 0 deletions .vimrc
@@ -0,0 +1,7 @@
call pathogen#infect()
syntax on
filetype plugin indent on

syntax enable
set background=dark
colorscheme solarized
1 change: 1 addition & 0 deletions autoload/pathogen.vim
1 change: 1 addition & 0 deletions bundle/snipmate
Submodule snipmate added at f5a75d
1 change: 1 addition & 0 deletions bundle/vim-colors-solarized
Submodule vim-colors-solarized added at 528a59
1 change: 1 addition & 0 deletions pathogen
Submodule pathogen added at c9fb89

0 comments on commit d64c162

Please sign in to comment.