fix: vi syntax
This commit is contained in:
@@ -53,7 +53,7 @@ let g:netrw_browse_split = 4
|
|||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
if $COLORTERM ==# 'truecolor' || $COLORTERM ==# '24bit'
|
if has('termguicolors') && ($COLORTERM ==# 'truecolor' || $COLORTERM ==# '24bit')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -61,6 +61,7 @@ highlight clear
|
|||||||
if exists("syntax_on")
|
if exists("syntax_on")
|
||||||
syntax reset
|
syntax reset
|
||||||
endif
|
endif
|
||||||
|
syntax enable
|
||||||
|
|
||||||
highlight Normal guifg=#CCE0D0 guibg=NONE
|
highlight Normal guifg=#CCE0D0 guibg=NONE
|
||||||
highlight LineNr guifg=#808080 guibg=NONE
|
highlight LineNr guifg=#808080 guibg=NONE
|
||||||
|
|||||||
Reference in New Issue
Block a user