[misc] enhance CursorLine highlighting

This commit is contained in:
Klesh Wong 2020-11-10 12:03:52 +08:00
parent 94314a4ac2
commit 437913559e

View File

@ -213,7 +213,9 @@ nnoremap <leader>gm :call fzf#run({'source': 'git branch \| cut -c 3-', 'sink':
" ==== gruvbox configuration ==== " ==== gruvbox configuration ====
color gruvbox color gruvbox
set background=dark set background=dark
" for background transparence to work
highlight Normal ctermbg=None highlight Normal ctermbg=None
highlight CursorLine ctermbg=240
" ==== NERDCommenter for vue ==== " ==== NERDCommenter for vue ====
let g:ft = '' let g:ft = ''