This is my statusbar that I use, I like it simple. I like it clean.
You are welcome to try it, and contribute. If I like it, I might just use it.
- Display write status of file (RO + If Saved)
- Display lsps in use
- Display formatter and their order via conform.nvim
- Percentage of progress through files
- Line and character number
Install the plugin with your preferred package manager:
{
"harryvince/statusbar.nvim",
dependencies = { "stevearc/conform.nvim" },
opts = {}
}
[!Disclaimer] This README was inspired by folke