nvim: config diet

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent a7fc52db2f
commit b58a85a0d6
8 changed files with 21 additions and 220 deletions

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()")