spider: fix comment typo
This commit is contained in:
parent
3f1d155aaa
commit
9579bf8855
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -714,7 +714,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
|
|||
require("nvim-surround").setup()
|
||||
|
||||
---- nvim-spider
|
||||
-- we need to use the ex-command version to cal the commands to allow dot repeatability
|
||||
-- we need to use the ex-command version to call the commands to allow dot repeatability
|
||||
-- see: https://github.com/chrisgrieser/nvim-spider#installation
|
||||
vim.keymap.set({ "n", "o", "x" }, "w", "<cmd>lua require('spider').motion('w')<CR>", { desc = "Spider-w" })
|
||||
vim.keymap.set({ "n", "o", "x" }, "e", "<cmd>lua require('spider').motion('e')<CR>", { desc = "Spider-e" })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue