Stephan Badragan

Results 33 comments of Stephan Badragan
trafficstars

note that this affects `grug-far.nvim` plugin. This line: https://github.com/MagicDuck/grug-far.nvim/blob/ebab68b2150079732ae8074eefb261a124824139/lua/grug-far/fold.lua#L18 Workaround is to pass the following to `wk.setup()`: ```lua disable = { ft = { 'grug-far' }, }, ```

worked around this issue in grug-far by executing `norm! zx` (with exclam) Sine it's such an edge case, I'll just close this one.