Closed Pakrohk closed 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, },
is this related to #43 ? if yes, could you please close this issue
To learn how to use Lazy.nvim to install StaLine and STabline, you can use the following method that we took in NvPak :