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',