tamton-aquib / staline.nvim

A modern lightweight statusline and bufferline plugin for neovim in lua.
MIT License
380 stars 17 forks source link

Lazy Plugin Manager #44

Closed Pakrohk closed 1 year ago

Pakrohk commented 1 year ago

To learn how to use Lazy.nvim to install StaLine and STabline, you can use the following method that we took in NvPak :

-- StaLine Neovim StatusLine
    {
        "tamton-aquib/staline.nvim",
        event = { "BufReadPre", "BufNew" },
        dependencies = "nvim-tree/nvim-web-devicons",
        config = function()
            ....
            ....
        end,
    },
tamton-aquib commented 1 year ago

is this related to #43 ? if yes, could you please close this issue