From 901cad412ed4c0a932d92027c5584c4562e1bb95 Mon Sep 17 00:00:00 2001 From: Francis Date: Mon, 10 Nov 2025 08:39:08 +0000 Subject: [PATCH] hover ++ --- lua/custom/plugins/hover.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/hover.lua b/lua/custom/plugins/hover.lua index ac81fc22..13343ba8 100644 --- a/lua/custom/plugins/hover.lua +++ b/lua/custom/plugins/hover.lua @@ -7,7 +7,7 @@ return { require 'hover.providers.lsp' require 'hover.providers.diagnostic' require 'hover.providers.man' - require 'hover.providers.dictionary' + -- require 'hover.providers.dictionary' end, preview_opts = { border = 'rounded',