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

12 lines
386 B
VimL
Raw Normal View History

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<"