]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/pack/stargrave/start/py-flake8/ftplugin/lint.vim
Async flake8
[dotfiles.git] / vim / .vim / pack / stargrave / start / py-flake8 / ftplugin / lint.vim
1 if exists("*python#lint#start") | finish | endif
2 sign define LN text=LN texthl=Error
3 let b:mein_status_func=function("python#lint#Status")
4 map <F6> :unlet! g:pylint_disable<CR>:call python#lint#Start()<CR>
5 " Shift-F6:
6 map \e[17;2~ :redraw!<CR>:copen<CR>