From 265a09b3a9e1564a5435571d9fe4bc12cdf6fd5f Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 24 Jan 2023 22:58:50 +0100 Subject: Enable autoindent in vim --- tw/home/files/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tw/home/files') 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 = "\[38;2;%lu;%lu;%lum" let &t_8b = "\[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 -- cgit v1.2.3