chore: make hover window focusable and update docs
This commit is contained in:
@ -175,7 +175,7 @@ end
|
||||
---@param str string
|
||||
---@return boolean
|
||||
function M.is_word(str)
|
||||
return str:find('%W') == nil
|
||||
return str:find '%W' == nil
|
||||
end
|
||||
|
||||
---@param list any[]
|
||||
|
@ -198,7 +198,7 @@ local default_opts = {
|
||||
-- zindex
|
||||
style = 'minimal',
|
||||
border = 'rounded',
|
||||
focusable = false,
|
||||
focusable = true,
|
||||
noautocmd = true,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user