mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Make it clear where column 80 is
This commit is contained in:
parent
d5b57cfdc3
commit
b78d0d5f41
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ set t_Co=256
|
|||
let g:solarized_termtrans = 1 " This gets rid of the grey background
|
||||
colorscheme solarized
|
||||
|
||||
" This has to come after colorscheme to not be masked
|
||||
highlight ColorColumn ctermbg=232
|
||||
let &colorcolumn=join(range(81,999),",")
|
||||
|
||||
let g:syntastic_always_populate_loc_list = 1
|
||||
let g:syntastic_auto_loc_list = 1
|
||||
let g:syntastic_check_on_open = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue