mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
colorschemes/nord: properly set the vim colorscheme to "nord"
This commit is contained in:
parent
1e079a8b8e
commit
cd86fd1e58
1 changed files with 4 additions and 0 deletions
|
@ -61,4 +61,8 @@ helpers.vim-plugin.mkVimPlugin config {
|
||||||
disable_background = true;
|
disable_background = true;
|
||||||
italic = false;
|
italic = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraConfig = cfg: {
|
||||||
|
colorscheme = "nord";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue