Set GUI font for Vim/NeoVim ✨
This commit is contained in:
parent
b2ae657e97
commit
0e877e028e
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@ let
|
|||
|
||||
vimOptions = {
|
||||
plugins = [ themePlugin ];
|
||||
extraConfig = "colorscheme base16-stylix";
|
||||
extraConfig = ''
|
||||
colorscheme base16-stylix
|
||||
set guifont=${escape [" "] config.stylix.fonts.monospace.name}:h10
|
||||
'';
|
||||
};
|
||||
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue