Commit 1fec2a3c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

vim: added vim-dispatch plugin

parent 9e5d467c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@
[submodule ".vim/bundle/vim-fugitive"]
	path = .vim/bundle/vim-fugitive
	url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-dispatch"]
	path = .vim/bundle/vim-dispatch
	url = git://github.com/tpope/vim-dispatch.git
[submodule "/home/dom/.vim/bundle/vim-ctrlspace"]
	path = .vim/bundle/vim-ctrlspace
	url = https://github.com/vim-ctrlspace/vim-ctrlspace.git
Original line number Diff line number Diff line
Subproject commit 5f5c22c9ed48ee64fc5f02ac3acd543b97732fe8
+7 −0
Original line number Diff line number Diff line
@@ -13,6 +13,13 @@ set fo-=t
" Exec project-local RC files
set exrc


" === COMPILING ===
nnoremap <F1> :Dispatch<CR>


" === WINDOWS & BUFFERS ===

" Split controls
set splitbelow
set splitright