This plugin ensures that signs have a cursorline highlight.


{
"jake-stewart/force-cul.nvim",
config = function()
require("force-cul").setup()
end
}
You can ignore this section. The plugin works automatically.
-- Force update the highlight groups.
-- This is useful if you programatically change the CursorLineSign highlight.
require("force-cul").forceUpdate()