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

plugins/telekasten: use nestedLiteralLua

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-10-18 01:56:53 +02:00 committed by Matt Sturgeon
parent f7a8a6b521
commit f473cee0d0

View file

@ -10,6 +10,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
maintainers = [ lib.maintainers.onemoresuza ]; maintainers = [ lib.maintainers.onemoresuza ];
settingsExample = { settingsExample = {
home.__raw = ''vim.fn.expand("~/zettelkasten")''; home = lib.nixvim.nestedLiteralLua ''vim.fn.expand("~/zettelkasten")'';
}; };
} }