MagicDuck / grug-far.nvim

Find And Replace plugin for neovim
MIT License
677 stars 18 forks source link

folding does not work when which-key.nvim plugin is used #228

Closed MagicDuck closed 3 weeks ago

MagicDuck commented 3 weeks ago

see https://github.com/folke/which-key.nvim/issues/830#issuecomment-2308574704 workaround for now is to disable which-key in grug-far buffer:

        disable = {
          ft = { 'grug-far' },
        },