gbprod
gbprod
I don't want to drop 0.5.0 version support now, I'll keep that on mind for later
Sure !
I think i'ts done now : https://github.com/shaunsingh/nord.nvim/blob/master/lua/nord/theme.lua#L150
Same problem here with NVIM `v0.5.0-dev+1225-gbbdd00203` Running `:normal O('')` will produce randomly: `(')''')`, `('')`, `'()'''`, `(')''')` or `('')'')`. Really annoying when using macros. I really like this auto-pairs plugin and...
Since https://github.com/gbprod/substitute.nvim/commit/b5c058df2ad88e1e5e264d6b25548805364c7d4c keymaps have changed, you don't need anymore to add `g@...` after some mappings. `visual` method also appeared to substitute visual selection. All is repeatable without needing tpope/vim-repeat plugin.
New option for range substitution : `complete_word` to match words with boundaries. `require('substitute.range').word()` sets this option to true by default. cf https://github.com/gbprod/substitute.nvim/commit/f6d101eea68f15cf0e9714f502c9409640fc0095
Now, this will work with blockwise visual selected text ! Huge refactoring but no BC !
Introduce `range.motion1` and `range.motion2` options : https://github.com/gbprod/substitute.nvim#rangemotion1
Introduce (experimental) exchange operator ! :tada:
Think this plugin is now quite stable. I need to fix compatibility with my next plugin https://github.com/gbprod/yanky.nvim and next I'll release it as stable. If you have any bugs, feel...