From 8079b4c5a5b00a24f408c72b839ad328c01f9258 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 26 Dec 2024 00:05:03 +0100 Subject: Fix blink.cmp opts --- fnl/plugins/lsp/diagnostics.fnl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fnl/plugins/lsp/diagnostics.fnl') 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} -- cgit v1.2.3-70-g09d2