Commit 741a3b62 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

added pathogen & html5 bundles

Pathogen allows automatic importing of bundles, so only pathogen needs
to be imported with the 'runtime' command. (And then called.)
parent d5980b51
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+6 −0
Original line number Diff line number Diff line
[submodule ".vim/bundle/pathogen"]
	path = .vim/bundle/pathogen
	url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/html5"]
	path = .vim/bundle/html5
	url = https://github.com/othree/html5.vim.git
Original line number Diff line number Diff line
Subproject commit 76da614eaf9ec46c1cf67ddc22b85bc7f40e48af
Original line number Diff line number Diff line
Subproject commit b4174e4d1a16e7f0c5c6dfca923269a20a9f50c2
+2 −1
Original line number Diff line number Diff line
execute pathogen#infect()
runtime bundle/pathogen/autoload/pathogen.vim
call pathogen#infect()

set number nowrap background=dark
set tabstop=4 softtabstop=4 shiftwidth=4