1
0
Fork 0

spider: fix comment typo

This commit is contained in:
Felipe 2024-07-16 00:01:16 -04:00
parent 3f1d155aaa
commit 9579bf8855
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -714,7 +714,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
require("nvim-surround").setup() require("nvim-surround").setup()
---- nvim-spider ---- 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 -- 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" }, "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" }) vim.keymap.set({ "n", "o", "x" }, "e", "<cmd>lua require('spider').motion('e')<CR>", { desc = "Spider-e" })