From 26e4abaf04d1a54d5fd12f0839e6485421ad883a Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Sat, 29 Jan 2022 16:16:23 -0800 Subject: [PATCH] Vim: add Python --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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