fqbn207 06877cefad kekl
2025-01-16 02:29:39 +01:00

16 lines
251 B
Nix

{ pkgs, lib, ... }:
{
programs.nvf.settings.vim = {
statusline = {
lualine = {
enable = true;
globalStatus = true;
icons.enable = true;
ignoreFocus = [
"neo-tree"
];
};
};
};
}