summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/lsp/handlers.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/handlers.fnl b/fnl/config/lsp/handlers.fnl
index 4cf904c..1e087d8 100644
--- a/fnl/config/lsp/handlers.fnl
+++ b/fnl/config/lsp/handlers.fnl
@@ -47,7 +47,7 @@
"<cmd>lua vim.lsp.buf.signature_help()<CR>" opts)))
(defn on-attach [client bufnr] (if (= client.name :html)
- (set client.resolved_capabilities.document_formatting
+ (set client.server_capabilities.document_formatting
false))
(lsp-keymaps bufnr))