Browse Source

Updated to fix vim behavior for python files.

master
Daniel Sissom 2 months ago
parent
commit
18662312a3
Signed by: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 5 additions and 0 deletions
  1. + 5
    - 0
      vim/vimrc

+ 5
- 0
vim/vimrc

@ -120,6 +120,11 @@ aug python
autocmd FileType python setlocal ts=4 sts=4 sw=4 noexpandtab autocmd FileType python setlocal ts=4 sts=4 sw=4 noexpandtab
aug end 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 syntax spell toplevel

Loading…
Cancel
Save