fix(dap.hover): more cleanup

This commit is contained in:
2025-09-27 02:29:34 +02:00
parent 3456dcc47c
commit b91ab499de
5 changed files with 37 additions and 50 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ end
---@return string[]
function Content:get_lines()
return vim.split(self.text, "\n", { trimempty = true })
return vim.split(vim.trim(self.text), "\n")
end
---@param ns_id integer