Fixed merge conflict
This commit is contained in:
parent
b98730f6f9
commit
0b55930f13
2
vimrc
2
vimrc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user