8 lines
332 B
VimL
8 lines
332 B
VimL
" -----------------------------------------------------------------------------
|
|
" - Python file plugin -
|
|
" -----------------------------------------------------------------------------
|
|
|
|
" Without this, weird issues occurred with asdf + direnv + python virtualenv
|
|
setlocal shell=/bin/sh
|
|
let b:undo_ftplugin .= "|setlocal shell<"
|