Skip to content

Commit

Permalink
use plaintext for pyright hover request
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Nov 7, 2024
1 parent 1141a18 commit 8dfae27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/config/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8dfae27

Please sign in to comment.