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