vimrc: highlight column 80 (long lines)
This commit is contained in:
parent
945e50ef02
commit
359a41642f
@ -577,6 +577,10 @@ au BufNewFile,BufRead *.cshtml
|
|||||||
\ setlocal ft=csh tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent
|
\ setlocal ft=csh tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent
|
||||||
\ textwidth=79 fileformat=unix conceallevel=0
|
\ textwidth=79 fileformat=unix conceallevel=0
|
||||||
|
|
||||||
|
augroup line_too_long
|
||||||
|
autocmd!
|
||||||
|
autocmd winEnter,BufEnter * call clearmatches() | call matchadd('ColorColumn', '\%>80v', 100)
|
||||||
|
augroup END
|
||||||
|
|
||||||
augroup async_plug_load
|
augroup async_plug_load
|
||||||
autocmd!
|
autocmd!
|
||||||
|
Loading…
Reference in New Issue
Block a user