From c959b2112fb4c82b5bfd410df21706455225bd40 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 3 Jul 2024 17:03:56 +0100 Subject: minor additions --- lua/config/linters.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua/config/linters.lua (limited to 'lua/config/linters.lua') 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" } }, +} + -- cgit v1.2.3