colorschemes/nord: properly set the vim colorscheme to "nord"

This commit is contained in:
Gaetan Lepage 2024-03-02 23:02:24 +01:00 committed by Gaétan Lepage
parent 1e079a8b8e
commit cd86fd1e58

View file

@ -61,4 +61,8 @@ helpers.vim-plugin.mkVimPlugin config {
disable_background = true;
italic = false;
};
extraConfig = cfg: {
colorscheme = "nord";
};
}