diff options
Diffstat (limited to 'fnl/config/lsp/mason-null-ls.fnl')
-rw-r--r-- | fnl/config/lsp/mason-null-ls.fnl | 6 |
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) |