nixvim: support highlight groups

This commit is contained in:
Pedro Alves 2022-11-11 02:15:23 +00:00
parent faf0a946b4
commit bd5c46202e
3 changed files with 43 additions and 6 deletions

View file

@ -211,6 +211,13 @@
lspkind.enable = true;
};
};
highlight = build {
options.termguicolors = true;
highlight = {
Normal.fg = "#ff0000";
};
};
};
})) // {
nixosConfigurations.nixvim-machine = nixpkgs.lib.nixosSystem {