Vim: add Python

This commit is contained in:
DuckDuckWhale 2022-01-29 16:16:23 -08:00
parent a62c13e5e8
commit 26e4abaf04
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE

View File

@ -8,7 +8,7 @@ filetype plugin indent on
syntax on
autocmd CmdwinEnter * noremap <buffer> <CR> <CR>
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