Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 988 Bytes

README.md

File metadata and controls

50 lines (37 loc) · 988 Bytes
Yazi logo

Line - simple statusline plugin for Yazi

👀 Preview

🎨 Installation

ya pack -a dangooddd/line

⚙️ Usage

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 = {
        normal = "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.

📜 License

This plugin is MIT-licensed.

Check the LICENSE file for more details.