From 04c1b935c7276813d8306e0ff86c14ba045b2c20 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 4 Apr 2026 14:13:49 +0100 Subject: Ensure syntax on & set catppuccin colorscheme --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index efbeec7..0ec5f7d 100644 --- a/vimrc +++ b/vimrc @@ -5,8 +5,11 @@ " Viminfo let &viminfofile = "~/.cache/vim/viminfo" +" Syntax +syntax on + " Theme -colorscheme industry +colorscheme catppuccin " Settings set autochdir autoindent autoread -- cgit