Added line highlight line 80/extra whitespace to vimrc
This commit is contained in:
parent
8dfc6f413e
commit
2fb7efdc9b
1 changed files with 6 additions and 0 deletions
6
vimrc
6
vimrc
|
@ -21,3 +21,9 @@ inoremap jk <esc>
|
||||||
|
|
||||||
colorscheme elflord
|
colorscheme elflord
|
||||||
|
|
||||||
|
|
||||||
|
set colorcolumn=80
|
||||||
|
:hi ColorColumn ctermbg=blue
|
||||||
|
|
||||||
|
:hi ExtraWhitespace ctermbg=blue
|
||||||
|
:match ExtraWhitespace /\s\+$\| \+\ze\t/
|
||||||
|
|
Loading…
Reference in a new issue