2021-02-23 11:27:32 +00:00
|
|
|
" -----------------------------------------------------------------------------
|
|
|
|
" - Python file plugin -
|
|
|
|
" -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
" Without this, weird issues occurred with asdf + direnv + python virtualenv
|
|
|
|
setlocal shell=/bin/sh
|
2021-03-03 17:07:02 +00:00
|
|
|
|
|
|
|
setlocal textwidth=79
|
|
|
|
setlocal cc=+1
|
|
|
|
|
|
|
|
let b:undo_ftplugin .= "|setlocal shell< textwidth< cc<"
|