diff options
author | June McEnroe <programble@gmail.com> | 2013-11-09 14:36:16 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-11-09 14:36:16 -0500 |
commit | a0725b80b7299022f269b84098ded5230854859c (patch) | |
tree | 71a3e4d7ff43f4737dc7b9f5806009b15a5c7310 | |
parent | Remove unused plugin configurations (diff) | |
download | src-a0725b80b7299022f269b84098ded5230854859c.tar.gz src-a0725b80b7299022f269b84098ded5230854859c.zip |
Add vim-easy-align
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | .vimrc | 2 | ||||
m--------- | bundle/vim-easy-align | 0 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 090231f7..8836f4ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "bundle/jellybeans.vim"] path = bundle/jellybeans.vim url = https://github.com/programble/jellybeans.vim +[submodule "bundle/vim-easy-align"] + path = bundle/vim-easy-align + url = https://github.com/junegunn/vim-easy-align.git diff --git a/.vimrc b/.vimrc index 75458795..65fb988b 100644 --- a/.vimrc +++ b/.vimrc @@ -144,6 +144,8 @@ nmap <leader>gs :Gstatus<CR> nmap <leader>gc :Gcommit<CR> nmap <leader>gp :Git push<CR> +vnoremap <silent> <Enter> :EasyAlign<Enter> + " Toggle relative/absolute numbers function! NumberToggle() if(&relativenumber == 1) diff --git a/bundle/vim-easy-align b/bundle/vim-easy-align new file mode 160000 +Subproject 2daae46a43f6e7b9022cbde1dd451d4f798f5f7 |