linha
is a simple to use and declarative statusline for neovim.
You put the tables and it give you lines.
- Neovim 0.5 (nightly build)
use {
'lucastrvsn/linha.nvim',
config = function()
-- your setup
require('linha').setup(...)
end,
}
Plug 'lucastrvsn/linha.nvim'
lua << EOF
-- your setup
require('linha').setup(...)
EOF
TODO
- all builtin modules planned
- update documentation and usage
- tests and tests
- better way to handle modules caching
- improve async loading