nichts/modules/programs/editors/nvf/plugins/settings/visuals.nix
2024-09-09 09:14:27 +02:00

20 lines
364 B
Nix

_: {
programs.neovim-flake.settings.vim = {
visuals = {
enable = true;
nvimWebDevicons.enable = true;
indentBlankline.enable = false;
fidget-nvim = {
enable = false;
setupOpts = {
notification.window = {
winblend = 0;
border = "none";
};
};
};
};
};
}