diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:54:50 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:54:50 +0200 |
commit | 384bde9e29f16f0b72e5609e162e9b8c9b9c9f49 (patch) | |
tree | 8ae7cbe6003eff247dd6debdff765ded279ef64b /fnl/config/lsp | |
parent | 937378ab0fdb81d83737063ee7a2fd8ebc991164 (diff) |
fix(lsp installer): remove capabilites call
Diffstat (limited to 'fnl/config/lsp')
-rw-r--r-- | fnl/config/lsp/lsp-installer.fnl | 2 |
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) |