mirror of
https://github.com/danth/stylix
synced 2024-11-22 20:23:15 +00:00
vim/hm.nix: unlet colors_name to fix base16Scheme (#27)
This commit is contained in:
parent
42f10c0307
commit
9a5216869a
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ let
|
|||
extraConfig = ''
|
||||
set termguicolors
|
||||
colorscheme base16-stylix
|
||||
unlet g:colors_name
|
||||
set guifont=${escape [" "] config.stylix.fonts.monospace.name}:h10
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue