mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
onedark: set termguicolors to true
This commit is contained in:
parent
3ddf463771
commit
d3252f7be8
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.programs.nixvim.colorschemes.onedark;
|
||||
colors = types.enum [ "bg" "red" "green" "yellow" "blue" "purple" "aqua" "gray" "fg" "bg0_h" "bg0" "bg1" "bg2" "bg3" "bg4" "gray" "orange" "bg0_s" "fg0" "fg1" "fg2" "fg3" "fg4" ];
|
||||
in {
|
||||
options = {
|
||||
programs.nixvim.colorschemes.onedark = {
|
||||
|
@ -14,6 +13,10 @@ in {
|
|||
programs.nixvim = {
|
||||
colorscheme = "onedark";
|
||||
extraPlugins = [ pkgs.vimPlugins.onedark-vim ];
|
||||
|
||||
options = {
|
||||
termguicolors = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue