Skip to content

loichyan/meoline.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😽 meoline.nvim

Clean, minimalist, and silent statusline/tabline/winbar for Neovim.

showcase Information

📋 Requirements

🚗 Quick start

Install this plugin with your favorite plugin manager, then

require('meoline').setup({
    -- Default options:
    statusline = true, -- enable 'statusline'
    tabline    = true, -- enable 'tabline'
    winbar     = true, -- enable 'winbar'
    palette    = {     -- colors used to highlight components
        text    = "#abcdef",
        text2   = "#abcdef",
        overlay = "#abcdef",

        white   = "#abcdef",
        red     = "#abcdef",
        orange  = "#abcdef",
        yellow  = "#abcdef",
        green   = "#abcdef",
        cyan    = "#abcdef",
        blue    = "#abcdef",
        magenta = "#abcdef",
    },
})

Additionally, all fields within the meoline.config module can be overridden for customization.

♥️ Special Thanks

⚖️ License

Licensed under either of

at your option.

About

😽 Clean, minimalist, and silent statusline/tabline/winbar for Neovim

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors