1
0
Fork 0

Add align plugin

This commit is contained in:
Basti 2013-06-29 12:25:21 +02:00
parent 15e480d03e
commit 52badc4c2a
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -40,3 +40,6 @@
[submodule "bundle/youcompleteme"]
path = bundle/youcompleteme
url = git://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/align"]
path = bundle/align
url = git://github.com/vim-scripts/Align.git

1
bundle/align Submodule

@ -0,0 +1 @@
Subproject commit 787662fe90cd057942bc5b682fd70c87e1a9dd77

2
vimrc
View File

@ -54,7 +54,7 @@ set makeprg=ruby\ %
set clipboard=unnamed
" Tab mappings.
map <leader>tt :tabnew<cr>
" map <leader>tt :tabnew<cr>
map <leader>te :tabedit
map <leader>tc :tabclose<cr>
map <leader>to :tabonly<cr>