mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 11:45:28 +02:00
nixvim: support highlight groups
This commit is contained in:
parent
faf0a946b4
commit
bd5c46202e
3 changed files with 43 additions and 6 deletions
|
@ -211,6 +211,13 @@
|
|||
lspkind.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
highlight = build {
|
||||
options.termguicolors = true;
|
||||
highlight = {
|
||||
Normal.fg = "#ff0000";
|
||||
};
|
||||
};
|
||||
};
|
||||
})) // {
|
||||
nixosConfigurations.nixvim-machine = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue