Make row and column colorings more apparent
This commit is contained in:
parent
636460b6bc
commit
9917043378
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -150,6 +150,10 @@ map <Leader>sz :so ~/.vimrc<cr>
|
||||||
colorscheme jellybeans
|
colorscheme jellybeans
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
||||||
|
highlight ColorColumn ctermbg=236
|
||||||
|
highlight CursorColumn ctermbg=236
|
||||||
|
highlight CursorLine ctermbg=236
|
||||||
|
|
||||||
" go
|
" go
|
||||||
let g:go_fmt_command = "goimports"
|
let g:go_fmt_command = "goimports"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue