summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/mason-null-ls.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-07 22:03:56 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-07 22:03:56 +0100
commit3df8130947ad44ef97cc3e022bc2551f1fff7765 (patch)
tree96c4abab3fe814347378c4d5b7d7bf7a22b826ab /fnl/config/lsp/mason-null-ls.fnl
parentba42524c3dbe9e59d6621d3ce02fb5dbc39126ff (diff)
Refactor lsp
Diffstat (limited to 'fnl/config/lsp/mason-null-ls.fnl')
-rw-r--r--fnl/config/lsp/mason-null-ls.fnl6
1 files changed, 0 insertions, 6 deletions
diff --git a/fnl/config/lsp/mason-null-ls.fnl b/fnl/config/lsp/mason-null-ls.fnl
deleted file mode 100644
index 40eaab7..0000000
--- a/fnl/config/lsp/mason-null-ls.fnl
+++ /dev/null
@@ -1,6 +0,0 @@
-;; 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)