Clean, minimalist, and silent statusline/tabline/winbar for Neovim.
- the latest stable Neovim
- a NerdFont >= 3.0
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.
- mini.nvim for the UI design of various components.
- heirline.nvim for implementing some components.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.