Sam
Sam
> Command mode might be much easier than the other ones because you can just delete the keys that were entered as the mapping To make this easier you can...
Hey could someone try https://github.com/max397574/better-escape.nvim/pull/59, and how is operator pending supposed to work?
> then i ran this to reinstall plugins: > > gio trash ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim > > but this plugin still works only in insert mode, and still not works...
> it moves dir to trash Huh it should have worked correctly then, does it work when you remove the better-escape path with `rm ~/.local/share/nvim/lazy/better-escape.nvim -rf` ?
> Having trouble with nil indexing inside the ts() function Tree-sitter functions return byte positions, but `ret` has utf8-character positions. Using utf8 positions will also cause issues in `draw_cmdline`, because...
windpw this uses set_current_line i could migrate it to only use keys but that would make the code much less readable
> I have a question on whether it would be possible to have both autopair's default confirm_done callback which completes function braces callback with your cpp_pairs callback which completees generic...
@kuator feedkey's 'i' mode still uses mappings because there is no 'n' flag, That might cause issues. > {escape_ks} If true, escape K_SPECIAL bytes in `keys`. This should be >...
nvim-autopairs already replaces the key codes like \ when the mapping tries to replace them it makes the already-replaced keys become text that gets displayed. set replace_keycodes to false so...
> how can this be fixed in integration with cmp? Where does the cmp integration use `autopairs_cr`?