Skip to content

Commit

Permalink
colorschemes/nord: properly set the vim colorscheme to "nord"
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 2, 2024
1 parent 1e079a8 commit cd86fd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/colorschemes/nord.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ helpers.vim-plugin.mkVimPlugin config {
disable_background = true;
italic = false;
};

extraConfig = cfg: {
colorscheme = "nord";
};
}

0 comments on commit cd86fd1

Please sign in to comment.