From ee94dc4bdba3fd5b0458bfd61f5638444a379618 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 23 Apr 2016 19:24:08 +0200 Subject: split vimrc in different files and added/reordered configuration --- .vim/vimrc_files/highlight.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vim/vimrc_files/highlight.vim (limited to '.vim/vimrc_files/highlight.vim') diff --git a/.vim/vimrc_files/highlight.vim b/.vim/vimrc_files/highlight.vim new file mode 100644 index 0000000..768708e --- /dev/null +++ b/.vim/vimrc_files/highlight.vim @@ -0,0 +1,10 @@ +" hi clear CursorLine +" augroup CLClear +" autocmd! ColorScheme * hi clear CursorLine +" augroup END + +" Highlight color of current line +hi CursorLineNR cterm=bold ctermfg=226 +augroup CLNRSet + autocmd! ColorScheme * hi CursorLineNR cterm=bold ctermfg=226 +augroup END -- cgit v1.2.3