nvim: Add dieter/dieter-nocolor variants. Switch with <Leader>uc

This commit is contained in:
Daniel Lundin 2025-01-02 19:46:32 +01:00
parent 091442fcdf
commit 13348be8e9
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
5 changed files with 156 additions and 112 deletions
home/common/nvim

View file

@ -154,7 +154,7 @@ in
};
type = "lua";
config = ''
vim.cmd.colorscheme "dieter"
vim.cmd.colorscheme "dieter-nocolor"
'';
}