summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/mason-null-ls.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-05 19:42:18 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-05 19:42:18 +0100
commit6a8b48320abb83fdf26269b35341195f9fa89952 (patch)
tree9c950ca3f1449f900e2f12295836555eb65f0384 /fnl/config/lsp/mason-null-ls.fnl
parent1e5ea6839ae5d120df35eeac0ae9df759a800b7a (diff)
Add mason-null-ls and fix diagnostics
Diffstat (limited to 'fnl/config/lsp/mason-null-ls.fnl')
-rw-r--r--fnl/config/lsp/mason-null-ls.fnl6
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/config/lsp/mason-null-ls.fnl b/fnl/config/lsp/mason-null-ls.fnl
new file mode 100644
index 0000000..40eaab7
--- /dev/null
+++ b/fnl/config/lsp/mason-null-ls.fnl
@@ -0,0 +1,6 @@
+;; Automatic installation and updating lsp diagnostics etc..
+(module config.lsp.mason-null-ls {autoload {util config.util}})
+
+(def- opts {:ensure_installed nil :automatic_installation true :automatic_setup false})
+
+(util.setup :mason-null-ls opts)