summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home/files/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tw/home/files/vimrc b/tw/home/files/vimrc
index ec908792..9c48346f 100644
--- a/tw/home/files/vimrc
+++ b/tw/home/files/vimrc
@@ -51,7 +51,10 @@ set termguicolors
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
+" Enable auto-highlighting and auto-detection of file types and indentation rules.
filetype on
+filetype plugin on
+filetype indent on
syntax on
source ~/.vim/catppuccin.vim