summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:54:50 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:54:50 +0200
commit384bde9e29f16f0b72e5609e162e9b8c9b9c9f49 (patch)
tree8ae7cbe6003eff247dd6debdff765ded279ef64b
parent937378ab0fdb81d83737063ee7a2fd8ebc991164 (diff)
fix(lsp installer): remove capabilites call
-rw-r--r--fnl/config/lsp/lsp-installer.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl
index 7946fdf..08c54ce 100644
--- a/fnl/config/lsp/lsp-installer.fnl
+++ b/fnl/config/lsp/lsp-installer.fnl
@@ -4,7 +4,7 @@
(def- opts
{:on_attach: (require :config.lsp.handlers).on_attach
- :capabilities ((require :config.lsp.handlers).capabilities)})
+ :capabilities (require :config.lsp.handlers).capabilities})
(defn- get-server-opts [server]
(when (= server.name :jsonls)