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

12 lines
386 B
VimL

" -----------------------------------------------------------------------------
" - Python file plugin -
" -----------------------------------------------------------------------------
" Without this, weird issues occurred with asdf + direnv + python virtualenv
setlocal shell=/bin/sh
setlocal textwidth=79
setlocal cc=+1
let b:undo_ftplugin .= "|setlocal shell< textwidth< cc<"