summaryrefslogtreecommitdiff
path: root/lua/config/linters.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/linters.lua')
-rw-r--r--lua/config/linters.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/config/linters.lua b/lua/config/linters.lua
new file mode 100644
index 0000000..8395999
--- /dev/null
+++ b/lua/config/linters.lua
@@ -0,0 +1,6 @@
+local linters = require "lvim.lsp.null-ls.linters"
+linters.setup {
+ { command = "flake8", filetypes = { "python" } },
+ { command = "chktex", filetypes = { "tex" } },
+}
+