1
0
Fork 0
NixOS/hosts/totsugeki/development/nixvim/lualine.nix

14 lines
264 B
Nix

{ ... }: {
programs.nixvim.plugins.lualine = {
enable = true;
componentSeparators = {
left = "";
right = "";
};
sectionSeparators = {
left = "";
right = "";
};
disabledFiletypes.statusline = [ "neo-tree" ];
};
}