diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index f6c60e2..aae92f4 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -108,7 +108,7 @@ return require("packer").startup({ use({ "FooSoft/vim-argwrap", config = function() - vim.api.nvim_set_keymap("n", "a", ":ArgWrap", { silent = true, noremap = true }) + vim.api.nvim_set_keymap("n", "a", "ArgWrap", { silent = true, noremap = true }) end, })