feat(cursorline): Add cursorline option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user