summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc5
1 files changed, 4 insertions, 1 deletions
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