From 18662312a3522a4e8877dbb7655d847f3d46c118 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Fri, 2 Aug 2024 17:08:45 -0500 Subject: [PATCH] Updated to fix vim behavior for python files. --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 825d753..379b1b1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -120,6 +120,11 @@ aug python autocmd FileType python setlocal ts=4 sts=4 sw=4 noexpandtab aug end +aug python + " to override ftype/python.vim + autocmd FileType scss setlocal ts=4 sts=4 sw=4 noexpandtab +aug end + syntax spell toplevel