]> git.phdru.name Git - dotfiles.git/commitdiff
.vim: Use `programming_lang.vim` in `python.vim`
authorOleg Broytman <phd@phdru.name>
Sat, 9 Apr 2022 13:22:42 +0000 (16:22 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 9 Apr 2022 13:22:42 +0000 (16:22 +0300)
.vim/ftplugin/python.vim

index dcbdfb28cbefb72d49bc98678cc68b5858b5ac4d..3037539de83f862a1572db3beaadb127c498e4b3 100644 (file)
@@ -17,9 +17,8 @@ if has("iconv") && !exists('b:encoding_set')
    endif
 endif
 
    endif
 endif
 
-setlocal formatoptions-=t formatoptions+=croql
+runtime! ftplugin/programming_lang.vim
 setlocal keywordprg=pydoc
 setlocal keywordprg=pydoc
-setlocal shiftwidth=4 softtabstop=4
 compiler python
 
 if has("unix")
 compiler python
 
 if has("unix")