From 6a8b48320abb83fdf26269b35341195f9fa89952 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 5 Jan 2023 19:42:18 +0100 Subject: Add mason-null-ls and fix diagnostics --- fnl/config/lsp/mason-null-ls.fnl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fnl/config/lsp/mason-null-ls.fnl (limited to 'fnl/config/lsp/mason-null-ls.fnl') 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) -- cgit v1.2.3-70-g09d2