mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 12:11:47 +01:00
7 lines
59 B
Nix
7 lines
59 B
Nix
{ ... }:
|
|
{
|
|
plugins.lualine = {
|
|
enable = true;
|
|
};
|
|
}
|