arsham / indent-tools.nvim

Neovim pluging for dealing with indentations
MIT License
18 stars 2 forks source link

README.md `keys = { "]i", "[i", { "v", "ii" }, { "o", "ii" } }` cause mapping o to ii #6

Open cxwx opened 1 month ago

cxwx commented 1 month ago

Hi: the bottom of file README.md has a example.

  {
  "arsham/indent-tools.nvim",
  dependencies = {
    "arsham/arshlib.nvim",
    "nvim-treesitter/nvim-treesitter-textobjects",
  },
  config = true,
  keys = { "]i", "[i", { "v", "ii" }, { "o", "ii" } },
}

the keys cause 'v', 'o' mapping to 'ii' why?

arsham commented 1 month ago

Hello, please see #2.