Fix autoformatter

This commit is contained in:
Austen Adler 2016-03-31 16:50:06 -04:00
parent d7d6ace800
commit 344365211e

View File

@ -402,4 +402,4 @@ endfunction
set guifont=Fixed\ Medium\ Semi-Condensed\ 10
inoremap <Tab> <C-R>=g:UltiSnips_Complete()<cr>
map <unique> <buffer> <LocalLeader>b <Plug>JavagetsetInsertBothGetterSetter
map <Leader>a O<Esc>:Autoformat<CR>:%S/\n\n+/\r/<CR>
map <Leader>a O<Esc>:Autoformat<CR>:v/\S/d<CR>