summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/diagnostics.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-26 00:05:03 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-26 00:05:03 +0100
commit8079b4c5a5b00a24f408c72b839ad328c01f9258 (patch)
treedf5304547a16f4a3f1f057871860c540e5717c5d /fnl/plugins/lsp/diagnostics.fnl
parentf8e0a6bcdce27e7dc964f0d12612b254f0b29fc4 (diff)
Fix blink.cmp opts
Diffstat (limited to 'fnl/plugins/lsp/diagnostics.fnl')
-rw-r--r--fnl/plugins/lsp/diagnostics.fnl4
1 files changed, 1 insertions, 3 deletions
diff --git a/fnl/plugins/lsp/diagnostics.fnl b/fnl/plugins/lsp/diagnostics.fnl
index 3c24b5c..b4aefa6 100644
--- a/fnl/plugins/lsp/diagnostics.fnl
+++ b/fnl/plugins/lsp/diagnostics.fnl
@@ -20,8 +20,6 @@
:prefix ""}})
(λ setup []
- (vim.diagnostic.config config)
- (set vim.lsp.handlers.textDocument/hover false)
- (set vim.lsp.handlers.textDocument/signatureHelp false))
+ (vim.diagnostic.config config))
{: setup}