]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/pylint.vim
I use Python3 by default now and flake8 does not install somehow
[dotfiles.git] / vim / .vim / ftplugin / python / pylint.vim
index 4a61ee3d317ffa9dd45eae003b0b635cf4d8a02f..c67570e88f0f43a070e3a2fe12f991ee89c9a62b 100644 (file)
@@ -67,7 +67,7 @@ function! PylintStart()
         \"too-many-public-methods",
         \"no-value-for-parameter",
     \]
-    if !exists("g:pylint_linter") | let g:pylint_linter = "flake8" | endif
+    if !exists("g:pylint_linter") | let g:pylint_linter = "pylint" | endif
     if g:pylint_linter == "flake8"
         let cmdline = [
             \"flake8",