mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
vim: fix missing lib prefix (#433)
This seems a stray cat from PR #425 Fixes #432
This commit is contained in:
parent
64c5bd0fbe
commit
7941795d44
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ let
|
|||
\ 'base0F': '${base0F}',
|
||||
\ }
|
||||
|
||||
set guifont=${escape [" "] fonts.monospace.name}:h${toString fonts.sizes.terminal}
|
||||
set guifont=${lib.escape [" "] fonts.monospace.name}:h${toString fonts.sizes.terminal}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue