dotfiles/symlinks/vim/after/ftplugin/python.vim

8 lines
332 B
VimL
Raw Normal View History

2021-01-07 08:09:41 +00:00
" -----------------------------------------------------------------------------
" - Python file plugin -
" -----------------------------------------------------------------------------
" Without this, weird issues occurred with asdf + direnv + python virtualenv
setlocal shell=/bin/sh
let b:undo_ftplugin .= "|setlocal shell<"