14 lines
227 B
Nix
14 lines
227 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
visuals = {
|
|
enable = true;
|
|
nvimWebDevicons.enable = true;
|
|
|
|
indentBlankline.enable = true;
|
|
|
|
fidget-nvim = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|