From 214b8402e3174cf2349e94e7a74ff1d1b864c5c2 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 30 May 2024 12:12:44 +0200 Subject: nixvim: change lua keybinding to action.__raw --- hm/nixvim/config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hm') diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index 1f8948d..cc446f1 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -58,7 +58,7 @@ pkgs: { { mode = ["i"]; key = ""; - action = '' + action.__raw = '' function() local cmp = require('cmp'); local luasnip = require('luasnip'); @@ -68,7 +68,6 @@ pkgs: { end end ''; - lua = true; } ]; extraPlugins = with pkgs.vimPlugins; [ -- cgit 1.4.1