Hyperextensible plugin for Neovim's 'statusline'
, 'tabline'
and 'winbar'
.
statusline
/ tabline
/ winbar
.statusline
/ winbar
.Install the plugins with your preferred plugin manager. For example:
With lazy.nvim
{
"MunifTanjim/nougat.nvim",
},
use({
"MunifTanjim/nougat.nvim",
})
Plug 'MunifTanjim/nougat.nvim'
nougat.nvim
is at your disposal to build exactly what you want.
A handful of examples are available to get you started.
Source: bubbly.lua
Source: pointy.lua
Source: slanty.lua
The sweet NougatBar
represents the statusline
/ tabline
/ winbar
.
Check Detailed Documentation for nougat.bar
Each NougatBar
is made of a bunch of NougatItem
.
Check Detailed Documentation for nougat.item
Separator that goes between two NougatItem
s.
Check Detailed Documentation for nougat.separator
Check Detailed Documentation for nougat.cache
The built-in profiler can be used with the :Nougat profile
command.
Licensed under the MIT License. Check the LICENSE file for details.