fdschmidt93 / telescope-egrepify.nvim

Variable user customization for telescope.live_grep to set rg flags on-the-fly
MIT License
115 stars 11 forks source link

fix(config): inherit actions metatables correctly #26

Closed fdschmidt93 closed 10 months ago

fdschmidt93 commented 10 months ago

Should fix #25

Can you please confirm this fixes your issue @kohane27 ?

The problem most likely was that vim.tbl_deep_extend does not copy metatables over correctly.

kohane27 commented 10 months ago

Hello @fdschmidt93

Thank you for responding and providing a fix in such a quick notice! I really really appreciate it!

With the following:

  {
    "fdschmidt93/telescope-egrepify.nvim",
    branch = "fix/inherit-mappings",
  },

I can confirm that the issue is fixed: I can use all the normal telescope keybindings. Thank you again!