1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-25 19:51:06 +01:00

lib/options/mkSettingsOption: use nestedLiteralLua

This commit is contained in:
Heitor Augusto 2025-11-23 00:37:08 -03:00 committed by Matt Sturgeon
parent 7d17c1b71d
commit 1d345d4b25

View file

@ -352,7 +352,7 @@ rec {
{
foo_bar = 42;
hostname = "localhost:8080";
callback.__raw = ''
callback = lib.nixvim.nestedLiteralLua ''
function()
print('nixvim')
end