A zero-config minimal statusline for Neovim written in Lua with awesome integrations and blazing speed.
Statusline.lua is a minimal, zero-configuration statusline plugin for Neovim, written entirely in Lua. It provides essential editor information like mode indicators, git status, LSP diagnostics, and file details with a focus on performance and ease of use.
Neovim users (version 0.5+) seeking a fast, informative statusline without configuration overhead, particularly those who prioritize startup speed and integration with modern Neovim features like native LSP.
Developers choose Statusline.lua for its out-of-the-box functionality with zero required configuration, exceptionally fast startup time (0.4ms), and seamless integration with Neovim's native LSP, git tools, and optional theming.
A zero-config minimal statusline for neovim written in lua featuring awesome integrations and blazing speed!
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Works immediately after installation with no setup required, as highlighted by the 'Batteries Included' claim in the README, making it ideal for quick adoption.
Boots in just 0.4ms, minimizing editor overhead and ensuring minimal impact on Neovim's performance, which is a key selling point mentioned in the features.
Seamlessly displays diagnostics, current function, and progress messages from Neovim's built-in LSP, enhancing modern development workflows without extra plugins for core features.
Can automatically inherit colors from your active colorscheme via the match_colorscheme option, providing visual consistency without manual color tweaking.
Being zero-config, it offers minimal options for adding or rearranging components beyond the default setup, forcing users to edit source code for significant changes.
Full functionality depends on optional plugins like Signify for git status and nvim-lightbulb for code actions, adding setup complexity and potential compatibility issues.
The README warns that the old configuration format will be deprecated, which may cause breaking changes and require migration effort for existing users.