snowflake/home/programs/editors/neovim/plugins/ui/transparent.nix

13 lines
201 B
Nix
Raw Normal View History

2024-10-28 19:30:48 -04:00
_: {
programs.nixvim.plugins.transparent = {
enable = true;
settings = {
extra_groups = [
"NeoTreeNormal"
"NeoTreeNormalNC"
"NormalFloat"
];
};
};
}