]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/lint.vim
pylsp seems to cover all linting needs
[dotfiles.git] / vim / .vim / ftplugin / python / lint.vim
diff --git a/vim/.vim/ftplugin/python/lint.vim b/vim/.vim/ftplugin/python/lint.vim
deleted file mode 100644 (file)
index 7f92218..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-if exists("*python#lint#start") | finish | endif
-let b:lint_status_func=function("python#lint#status")
-sign define LN text=LN texthl=Error
-map <F6> :unlet! g:pylint_disable<CR>:call python#lint#start()<CR>
-map \e[17;2~ :redraw!<CR>:copen<CR>
-autocmd BufWritePost *.py call python#lint#start()