mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-23 03:47:33 +00:00
Update format for argwrap binding
This commit is contained in:
parent
fdc27ee719
commit
980dd9d1f5
@ -108,7 +108,7 @@ return require("packer").startup({
|
|||||||
use({
|
use({
|
||||||
"FooSoft/vim-argwrap",
|
"FooSoft/vim-argwrap",
|
||||||
config = function()
|
config = function()
|
||||||
vim.api.nvim_set_keymap("n", "<Leader>a", ":ArgWrap<CR>", { silent = true, noremap = true })
|
vim.api.nvim_set_keymap("n", "<Leader>a", "<cmd>ArgWrap<CR>", { silent = true, noremap = true })
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user