Line - simple statusline plugin for Yazi
ya pack -a dangooddd/line
Add these lines to your init.lua
configuration file to use it:
require("line"):setup()
Configuration options:
require("line"):setup({
-- mode names to display in statusline
mode = {
main = "NORMAL",
select = "SELECT",
unset = "UNSET"
},
-- lualine style separators between sections
separators = {
left = "",
right = ""
}
})
This plugin will use colors specified in theme.toml, check [mode] section.
This plugin is MIT-licensed.
Check the LICENSE file for more details.