fix: vi syntax

This commit is contained in:
2025-12-23 16:41:48 +02:00
parent 6de5f36ca5
commit 4a2563d34a

View File

@@ -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