From 1996ef15613f2d4773017128bba1a719a1b63a19 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sat, 20 Feb 2021 21:27:26 +0100 Subject: Move to lua based vimrc --- .vim/after/ftplugin/python.vim | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .vim/after/ftplugin/python.vim (limited to '.vim/after/ftplugin/python.vim') diff --git a/.vim/after/ftplugin/python.vim b/.vim/after/ftplugin/python.vim deleted file mode 100644 index abdaca6..0000000 --- a/.vim/after/ftplugin/python.vim +++ /dev/null @@ -1,4 +0,0 @@ -let g:neomake_python_enabled_makers = [] -let g:neoformat_enabled_python = ["yapf"] -let g:neoformat_python_maker_yapf_args = ["--style=pep8"] - -- cgit 1.4.1