feat(cursorline): Add cursorline option

This commit is contained in:
hedy
2023-11-01 16:20:51 +08:00
parent 1b1f4c02fc
commit 0769cfe5c3
4 changed files with 14 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ local function update_hover()
provider.hover_info(params.bufnr, params, function(err, result)
if err then
print(vim.inspect(err))
return
end
local markdown_lines = {}
if result ~= nil then