nvim-config

Log | Files | Refs | Submodules | README

black_pylint.vim (261B)


      1 
      2 " Vim pylint integration
      3 if exists("current_compiler")
      4   finish
      5 endif
      6 let current_compiler = "pylint"
      7 
      8 CompilerSet makeprg=black\ %:p;\ pylint\ -sn\ --msg-template=\"{path}:{line}:\ [{msg_id}({symbol}),\ {obj}]\ {msg}\"\ %:p
      9 CompilerSet errorformat=%f:%l:\ %m