jake-stewart / force-cul.nvim

force cursorline for signs
MIT License
2 stars 0 forks source link

force-cul.nvim

This plugin ensures that signs have a cursorline highlight.

Before

before

After

after

Setup (lazy.nvim)

{
    "jake-stewart/force-cul.nvim",
    config = function()
        require("force-cul").setup()
    end
}

API

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()