]> Untitled Git - vimfiles.git/commitdiff
remove python settings
authorPhilippe Hürlimann <p@hurlimann.org>
Wed, 20 Feb 2019 13:58:02 +0000 (14:58 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Wed, 20 Feb 2019 13:58:02 +0000 (14:58 +0100)
ftplugin/python.vim [deleted file]

diff --git a/ftplugin/python.vim b/ftplugin/python.vim
deleted file mode 100644 (file)
index 165c7cb..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-let g:syntastic_python_checker = 'flake8'
-
-nnoremap <leader>r :!python2 ./manage.py runserver<CR>
-nnoremap <leader>f :call Flake8()<CR>