mypy.vim (181B)
1 " Last Change: 2023 Oct 11 2 if exists("current_compiler") 3 finish 4 endif 5 let current_compiler = "pylint" 6 7 CompilerSet makeprg=mypy\ --strict\ %:p 8 CompilerSet errorformat=%f:%l:\ %m 9
nvim-config | |
Log | Files | Refs | Submodules | README |