pantheon/modules/home/cli/editor/nvf/statusline.nix

12 lines
137 B
Nix

{
lualine = {
enable = true;
refresh = {
statusline = 10;
winbar = 10;
};
activeSection = {
};
};
}