Skip to content

Commit

Permalink
fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
pinbraerts committed Jun 23, 2024
1 parent 00c8b35 commit 7de0ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hover/providers/highlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local function enabled(bufnr)
return (inspect.treesitter ~= nil and #inspect.treesitter > 0)
or (inspect.semantic_tokens ~= nil and #inspect.semantic_tokens > 0)
or (inspect.syntax ~= nil and #inspect.syntax > 0)
or (inspect.extmarks ~= nil and #inspect.semantic_tokens > 0)
or (inspect.extmarks ~= nil and #inspect.extmarks > 0)
end

--- @param opts Hover.Options
Expand Down

0 comments on commit 7de0ea0

Please sign in to comment.