diff --git a/.vimrc b/.vimrc index 1ced8bd..e484564 100644 --- a/.vimrc +++ b/.vimrc @@ -10,7 +10,7 @@ autocmd! bufwritepost .vimrc source ~/.vimrc " When vimrc is edited, rel set autoread " set to auto read when a file is changed from the outside "set cursorcolumn " highlight current column -"set cursorline " highlight current row +set cursorline " highlight current row set incsearch " make search act like search in modern browsers set showmatch " show matching brackets when text indicator is over them @@ -25,7 +25,7 @@ set splitright " Split to right by default " Text Wrapping set textwidth=120 -set colorcolumn=121 +set colorcolumn= " disable color column set nowrap " Search and Substitute @@ -88,7 +88,13 @@ call plug#end() "colorscheme slate "colorscheme marklar colorscheme automation + highlight colorcolumn ctermbg=darkgray guibg=darkgray +highlight VertSplit ctermbg=black guibg=black ctermfg=darkgray guifg=darkgray + +" In split windows - active buffer status bar is red, inactive is gray +highlight statuslinenc ctermbg=darkgray guibg=darkgray +highlight statusline ctermbg=darkred guibg=darkred " ---------------------------------------------------------------------------------------------------- " ==> Autocompletion