vim: fix missing lib prefix (#433)

This seems a stray cat from PR #425

Fixes #432
This commit is contained in:
pancho horrillo 2024-06-15 12:02:58 +02:00 committed by GitHub
parent 64c5bd0fbe
commit 7941795d44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}
'';
};