1 2 3 4 5 6
local linters = require "lvim.lsp.null-ls.linters" linters.setup { { command = "flake8", filetypes = { "python" } }, { command = "chktex", filetypes = { "tex" } }, }