From 026bdbb55a81eea76dac22e17fcb5816ea042470 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 29 Sep 2025 22:48:48 +0200 Subject: [PATCH] add syntax for some reason when I have a .vimrc the syntax is disabled. explicitly enabling it seems to work though --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 60beae2..01ab936 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -13,6 +13,7 @@ set incsearch set guicursor=n-v-c:block-Cursor set cursorline set autoindent +syntax on nnoremap ,co :copen nnoremap ,cc :cclose