]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/py-flake8/ftplugin/lint.vim
Revert "Async flake8"
[dotfiles.git] / vim / .vim / pack / stargrave / start / py-flake8 / ftplugin / lint.vim
diff --git a/vim/.vim/pack/stargrave/start/py-flake8/ftplugin/lint.vim b/vim/.vim/pack/stargrave/start/py-flake8/ftplugin/lint.vim
deleted file mode 100644 (file)
index cc252c1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-if exists("*python#lint#start") | finish | endif
-sign define LN text=LN texthl=Error
-let b:mein_status_func=function("python#lint#Status")
-map <F6> :unlet! g:pylint_disable<CR>:call python#lint#Start()<CR>
-" Shift-F6:
-map \e[17;2~ :redraw!<CR>:copen<CR>