diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index d5dd354..2f61e91 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -136,7 +136,11 @@ if utils.executable('pyright') then tagSupport = { valueSet = { 2 } } - } + }, + hover = { + contentFormat = { "plaintext" }, + dynamicRegistration = true, + }, } } local merged_capability = vim.tbl_deep_extend("force", capabilities, new_capability)