diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-26 00:05:03 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-26 00:05:03 +0100 |
commit | 8079b4c5a5b00a24f408c72b839ad328c01f9258 (patch) | |
tree | df5304547a16f4a3f1f057871860c540e5717c5d /fnl/plugins/lsp/diagnostics.fnl | |
parent | f8e0a6bcdce27e7dc964f0d12612b254f0b29fc4 (diff) |
Fix blink.cmp opts
Diffstat (limited to 'fnl/plugins/lsp/diagnostics.fnl')
-rw-r--r-- | fnl/plugins/lsp/diagnostics.fnl | 4 |
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} |