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:
parent
7d17c1b71d
commit
1d345d4b25
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ rec {
|
||||||
{
|
{
|
||||||
foo_bar = 42;
|
foo_bar = 42;
|
||||||
hostname = "localhost:8080";
|
hostname = "localhost:8080";
|
||||||
callback.__raw = ''
|
callback = lib.nixvim.nestedLiteralLua ''
|
||||||
function()
|
function()
|
||||||
print('nixvim')
|
print('nixvim')
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue