mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
plugins/telekasten: use nestedLiteralLua
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
@@ -10,6 +10,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||
maintainers = [ lib.maintainers.onemoresuza ];
|
||||
|
||||
settingsExample = {
|
||||
home.__raw = ''vim.fn.expand("~/zettelkasten")'';
|
||||
home = lib.nixvim.nestedLiteralLua ''vim.fn.expand("~/zettelkasten")'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user