https://github.com/samsze0/ui.nvim
Fail-safe statusline, tabline and winbar for Neovim
https://github.com/samsze0/ui.nvim
lua neovim neovim-plugin nvim nvim-plugin
Last synced: 2 months ago
JSON representation
Fail-safe statusline, tabline and winbar for Neovim
- Host: GitHub
- URL: https://github.com/samsze0/ui.nvim
- Owner: samsze0
- License: mit
- Created: 2024-05-21T13:37:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T09:08:26.000Z (over 1 year ago)
- Last Synced: 2025-06-28T21:50:29.655Z (12 months ago)
- Topics: lua, neovim, neovim-plugin, nvim, nvim-plugin
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ui.nvim
Fail-safe statusline, tabline for Neovim.
To create a custom statusline/tabline, create a preset. A preset is made up by a collection of sections.
## TODO
- winbar
- Section should control when to re-render itself. Other sections render result should be cached
- The whole statusline/tabline should also be able to control when to re-render as a whole
- Component config expose to public API
## License
MIT