add syntax

for some reason when I have a .vimrc the syntax is disabled. explicitly
enabling it seems to work though
This commit is contained in:
Ivar Fatland
2025-09-29 22:48:48 +02:00
parent e29ceace40
commit 026bdbb55a
+1
View File
@@ -13,6 +13,7 @@ set incsearch
set guicursor=n-v-c:block-Cursor
set cursorline
set autoindent
syntax on
nnoremap ,co :copen<CR>
nnoremap ,cc :cclose<CR>