diff --git a/vim/.vimrc b/vim/.vimrc index 19b37f3..68def56 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -8,7 +8,7 @@ filetype plugin indent on syntax on autocmd CmdwinEnter * noremap -autocmd FileType rust,c,cpp,java,tex,sh set noexpandtab colorcolumn=101 textwidth=100 +autocmd FileType rust,c,cpp,java,python,sh,tex set noexpandtab colorcolumn=101 textwidth=100 autocmd FileType markdown set noexpandtab colorcolumn=81 textwidth=80 autocmd FileType markdown,tex set ai spell