From 2cefe5660d1a9761f903f40772074ed3c4e03540 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Wed, 20 Feb 2019 14:58:02 +0100 Subject: [PATCH] remove python settings --- ftplugin/python.vim | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 ftplugin/python.vim diff --git a/ftplugin/python.vim b/ftplugin/python.vim deleted file mode 100644 index 165c7cb..0000000 --- a/ftplugin/python.vim +++ /dev/null @@ -1,4 +0,0 @@ -let g:syntastic_python_checker = 'flake8' - -nnoremap r :!python2 ./manage.py runserver -nnoremap f :call Flake8() -- 2.51.2