Skip to content

Commit

Permalink
change ruler color
Browse files Browse the repository at this point in the history
  • Loading branch information
gfxcc authored Jun 20, 2019
1 parent 624c0f0 commit c2d8f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ nnoremap <C-X> :w<CR>
inoremap <C-X> <C-O>:w<CR>
" high light character goes over 80 column
highlight OverLength ctermbg=red ctermfg=white guibg=#592929
match OverLength /\%80v.\+/
set colorcolumn=80
highlight ColorColumn ctermbg=0 guibg=lightgrey

" set foldmethod and keep fold open when opening new file
set foldmethod=syntax
Expand Down

0 comments on commit c2d8f79

Please sign in to comment.