diff --git a/plugins/luasnip.nix b/plugins/luasnip.nix index 5f97d0a..e3ab507 100644 --- a/plugins/luasnip.nix +++ b/plugins/luasnip.nix @@ -10,13 +10,13 @@ _:{ rootOpts.keymaps = [ { mode = "i"; - key = ""; + key = ""; action.__raw = ''function() require("luasnip").jump(1) end''; options.desc = "Jump to next snippet node"; } { mode = "i"; - key = ""; + key = ""; action.__raw = ''function() require("luasnip").jump(-1) end''; options.desc = "Jump to previous snippet node"; }