We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f45f35 commit 35a4d13Copy full SHA for 35a4d13
lua/todo-comments/highlight.lua
@@ -64,6 +64,7 @@ function M.is_comment(buf, row, col)
64
return true
65
end
66
67
+ return false
68
else
69
local win = vim.fn.bufwinid(buf)
70
return win ~= -1
0 commit comments