diff --git a/neovim/default.nix b/neovim/default.nix index daa4395..9ad44e0 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -184,12 +184,11 @@ { key = "rn"; mode = [ "n" ]; - action = '' + action = helpers.mkRaw '' function() return ":IncRename " .. vim.fn.expand("") end ''; - lua = true; options.expr = true; } ]; @@ -566,7 +565,7 @@ plugins.rustaceanvim = { enable = true; - server = { + settings.server = { settings = { cargo.features = "all"; checkOnSave = true; @@ -729,7 +728,7 @@ plugins.zk = { enable = true; - picker = "telescope"; + settings.picker = "telescope"; }; plugins.which-key.enable = true;