Fixed merge conflict

This commit is contained in:
Austen Adler 2014-07-30 13:03:23 -04:00
parent b98730f6f9
commit 0b55930f13

2
vimrc
View File

@ -3,7 +3,7 @@ if has('conceal')
set conceallevel=2 concealcursor=i set conceallevel=2 concealcursor=i
endif endif
nnoremap <Leader>autoformat! :%s/, /,<CR>:%s/ \/ /\/<CR>:%s/ {/{<CR>:%s/} /}<CR>:%s/ = /= nnoremap <Leader>autoformat! :%s/, /,<CR>:%s/ \/ /\/<CR>:%s/ {/{<CR>:%s/} /}<CR>:%s/ = /=
command! W %!sudo tee > /dev/null % command! WW %!sudo tee > /dev/null %
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
autocmd FileType * :hi IndentGuidesOdd guibg=red ctermbg=239 autocmd FileType * :hi IndentGuidesOdd guibg=red ctermbg=239
autocmd FileType * :hi IndentGuidesEven guibg=white ctermbg=239 autocmd FileType * :hi IndentGuidesEven guibg=white ctermbg=239