Open
Description
How are you using the lua-language-server?
NeoVim
Which OS are you using?
MacOS
What is the issue affecting?
Hover
Expected Behaviour
-- THIS IS NOT A DOC COMMENT
---This is a doc comment
local a = ''
Hovering a
should show: This is a doc comment
.
Actual Behaviour
-- THIS IS NOT A DOC COMMENT
local a = ''
Hovering a
shows:
THIS IS NOT A DOC COMMENT
This is a doc comment
Reproduction steps
See above ^^^
Additional Notes
No response
Log File
No response