summaryrefslogtreecommitdiff
path: root/lua/config/linters.lua
blob: 839599953878131d809867a38e7cfd9228f70806 (plain)
1
2
3
4
5
6
local linters = require "lvim.lsp.null-ls.linters"
linters.setup {
  { command = "flake8", filetypes = { "python" } },
  { command = "chktex", filetypes = { "tex" } },
}