brianaung
/
yasl.nvim
yasl.nvim
Yet another statusline plugin for Neovim.statusline
manually-created
yasl.nvim is a lightweight and minimal statusline plugin. It focuses on simplicity and performance while providing features like LSP diagnostics, Git information, and the ability to create custom components. The plugin aims to be efficient by evaluating statusline components only when necessary.
Breaking changes in yasl.nvim
e71df6
8 months ago
breaking!: improve components evaluations and integrations
Media
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
"brianaung/yasl.nvim",
config = function()
require("yasl").setup() -- call this to enable plugin
end
}