Adding vim-argwrap

This commit is contained in:
Alex Yatskov 2014-12-02 06:41:19 +09:00
parent d11c3f444d
commit 89a3d2f7ea
3 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View File

@ -61,3 +61,6 @@
[submodule ".vim/bundle/vim-licenses"]
path = .vim/bundle/vim-licenses
url = https://github.com/antoyo/vim-licenses.git
[submodule ".vim/bundle/vim-argwrap"]
path = .vim/bundle/vim-argwrap
url = https://github.com/FooSoft/vim-argwrap.git

@ -0,0 +1 @@
Subproject commit f07af29b995849b5577dea23db99246523970ba7

6
.vimrc
View File

@ -5,7 +5,7 @@ let g:Tex_DefaultTargetFormat='pdf'
let g:Tex_MultipleCompileFormats='pdf, aux'
let g:licenses_authors_name = 'Alex Yatskov <alex@foosoft.net>'
let g:table_mode_corner='|'
let mapleader=","
let mapleader=','
call pathogen#infect()
call pathogen#helptags()
@ -55,14 +55,14 @@ nnoremap <silent> <C-h> :bnext<CR>
nnoremap <silent> <C-l> :bprev<CR>
nnoremap <silent> <Leader>h :noh<CR>
nnoremap <silent> <Leader>w gqip
nnoremap <silent> <leader>g :call argumentrewrap#RewrapArguments()<CR>
nnoremap <silent> <leader>g :call argwrap#toggle()<CR>
nnoremap <silent> <leader>s :source %<CR>
nnoremap Q <Nop>
vmap <Enter> <Plug>(EasyAlign)
nmap <Leader>a <Plug>(EasyAlign)
if has("gui_running")
if has('gui_running')
set columns=150
set cursorline
set guioptions-=L