nvim: mypy stuff

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent bb9ba38452
commit a7fc52db2f

View File

@ -1,5 +1,5 @@
require("lint").linters_by_ft = {
python = { "mypy" },
-- python = { "mypy" },
}
vim.cmd("au BufWrite <buffer> lua require('lint').try_lint()")