mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
lib/options/mkSettingsOption: use nestedLiteralLua
This commit is contained in:
committed by
Matt Sturgeon
parent
7d17c1b71d
commit
1d345d4b25
+1
-1
@@ -352,7 +352,7 @@ rec {
|
||||
{
|
||||
foo_bar = 42;
|
||||
hostname = "localhost:8080";
|
||||
callback.__raw = ''
|
||||
callback = lib.nixvim.nestedLiteralLua ''
|
||||
function()
|
||||
print('nixvim')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user