Skip to content

jake-stewart/force-cul.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

force cursorline for signs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages