mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
plugins/telekasten: use nestedLiteralLua
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
f7a8a6b521
commit
f473cee0d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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")'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue