From 352147158bb696e4b8fcb236d2cb477955b26dcf Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Sep 2022 13:12:52 -0400 Subject: feat(document highlight): use illuminate rather than autocommand to avoid flashing (#3029) --- lua/lvim/lsp/handlers.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/lvim/lsp/handlers.lua') diff --git a/lua/lvim/lsp/handlers.lua b/lua/lvim/lsp/handlers.lua index 84f2ba5f..45b1989d 100644 --- a/lua/lvim/lsp/handlers.lua +++ b/lua/lvim/lsp/handlers.lua @@ -12,7 +12,6 @@ function M.setup() float = lvim.lsp.diagnostics.float, } vim.diagnostic.config(config) - vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, lvim.lsp.float) vim.lsp.handlers["textDocument/signatureHelp"] = vim.lsp.with(vim.lsp.handlers.signature_help, lvim.lsp.float) end -- cgit v1.2.3