Adjust Neovim colors to also work with light mode

This commit is contained in:
caem 2024-06-06 16:29:46 +02:00
parent dff2ba275a
commit 035d66c186
Signed by: caem
GPG key ID: 69A830D03203405F
4 changed files with 16 additions and 2 deletions

View file

@ -4,6 +4,8 @@
programs.neovim = {
enable = true;
defaultEditor = true;
/* This doesn't work with standalone home-manager */
extraPackages = with pkgs; [
lua-language-server
nodePackages.intelephense