nichts/modules/programs/editors/nvf/plugins/settings/visuals.nix

21 lines
364 B
Nix
Raw Normal View History

2024-07-14 13:31:28 +02:00
_: {
2024-07-06 15:15:37 +02:00
programs.neovim-flake.settings.vim = {
visuals = {
enable = true;
nvimWebDevicons.enable = true;
2024-09-09 09:14:27 +02:00
indentBlankline.enable = false;
2024-07-06 15:15:37 +02:00
fidget-nvim = {
2024-09-09 09:14:27 +02:00
enable = false;
setupOpts = {
notification.window = {
winblend = 0;
border = "none";
};
};
2024-07-06 15:15:37 +02:00
};
};
};
}