Sam

Results 65 comments of Sam

well say we define a custom rule for lua then's ```lua rule("then","end","lua") ``` the cursor moves/draws twice when we press n ``` the| thene|nd thenend| ``` because of ctrl-g it's...

i think i found a better way with lazy drawing

yea lazyredrawing seems to make everything super clean with no weird cursor movements

@windwp here is what i mean by smoother https://github.com/windwp/nvim-autopairs/assets/130783534/eddad57e-8dd3-4aa8-9347-1e3a609f0aa1 in the video it moves the cursor 2 times at second 5 and second 6(the end), i am not even using...

also can't we pre-escape keys in `utils.lua` instead of having to call `utils.esc` each time we use them?

hmm i am actually a bit scared i might have broken some custom pairs because i am not using key_map anymore ```lua local pairs = utils.esc(rule.start_pair .. rule.end_pair) local move_text...

i am sure this is safe to add now

> not sure if the creator of the branch is still around but if they're not I can clean up any issues I am still here, but I don't plan...

buffer numbers are not in ordered eg. u can have buffer 1 and buffer 50,only tabs are in order. and u can hide the tab line outside of the component...