1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-16 17:58:23 +00:00

Added cursorline directive and adjusted color scheme

This commit is contained in:
Knut Ahlers 2016-02-08 17:02:05 +01:00
parent d59cc2fe41
commit f2bf5b45d2
2 changed files with 5 additions and 2 deletions

View File

@ -50,8 +50,8 @@ if(&t_Co == 256)
hi TabLine cterm=underline ctermfg=239 ctermbg=none
hi TabLineSel cterm=bold ctermfg=255 ctermbg=none
hi TabLineFill cterm=underline ctermfg=239 ctermbg=none
hi CursorColumn cterm=none ctermfg=255 ctermbg=239
hi CursorLine cterm=none ctermfg=255 ctermbg=239
hi CursorColumn cterm=none ctermfg=255 ctermbg=234
hi CursorLine cterm=none ctermfg=none ctermbg=234
" syntax highlighting
hi MatchParen cterm=none ctermfg=255 ctermbg=242

3
vimrc
View File

@ -885,6 +885,9 @@ set ambw=single
" various
"
" cursorline - show a marker on the current line
set cursorline
" eventignore - list of autocommand events which are to be ignored
set ei=