From: Philippe Hürlimann Date: Wed, 20 Feb 2019 13:58:02 +0000 (+0100) Subject: remove python settings X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=2cefe5660d1a9761f903f40772074ed3c4e03540;p=vimfiles.git remove python settings --- 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()