vim/hm.nix: unlet colors_name to fix base16Scheme (#27)

This commit is contained in:
deinferno 2023-02-21 15:20:27 +00:00 committed by GitHub
parent 42f10c0307
commit 9a5216869a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ let
extraConfig = ''
set termguicolors
colorscheme base16-stylix
unlet g:colors_name
set guifont=${escape [" "] config.stylix.fonts.monospace.name}:h10
'';
};