axkirillov / hbac.nvim

Heuristic buffer auto-close
MIT License
197 stars 10 forks source link

fix(telescope): prevent recursive `i` and `n` mappings #25

Closed al-ce closed 3 months ago

al-ce commented 6 months ago

Fixes issue where subsequent telescope calls would set mappings to something like:

{
  i = { i = { "<M-x>" = actions.delete_buffer }, n = { } }
}  -- etc.

Fixes #24

axkirillov commented 3 months ago

lgtm