diff --git a/init.lua b/init.lua index 4005b45..69f3362 100644 --- a/init.lua +++ b/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", "lua require('spider').motion('w')", { desc = "Spider-w" }) vim.keymap.set({ "n", "o", "x" }, "e", "lua require('spider').motion('e')", { desc = "Spider-e" })