Added the Neoformat for pythonfiles

This commit is contained in:
Marcin Woźniak 2023-07-23 00:37:21 +02:00
parent 7dd6660688
commit 3577f799b7
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -599,6 +599,7 @@ let g:shfmt_opt="-ci"
" Python " Python
autocmd BufRead,BufNewFile *.py set textwidth=0 autocmd BufRead,BufNewFile *.py set textwidth=0
autocmd BufRead,BufNewFile *.py set fo-=t autocmd BufRead,BufNewFile *.py set fo-=t
autocmd BufWritePre * silent! undojoin | Neoformat black
" Newsboat " Newsboat
autocmd BufRead,BufNewFile urls set textwidth=0 autocmd BufRead,BufNewFile urls set textwidth=0