Skip to content

CWood-sdf/melon.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

melon.nvim

An unobtrusive way to view marks in the sign column

Installation

With lazy, you can install this plugin with:

{
    "CWood-sdf/melon.nvim",
    opts = {},
}

Configuration

Melon comes with the following default configuration:

{
    --- Which marks to ignore
    ignore = function(_)
        return false
    end,
    --- The options to pass to :sign define
    --- I personally have the field texthl set to "Comment" so that the marks aren't super obtrusive
    signOpts = {},
}

screenshot

Usage

Melon automatically attaches to several events so that the signs are nearly always up to date.

About

An unobtrusive way to see marks in the sign column

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages