ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.21k stars 109 forks source link

When using comment box to comment long line or commented box, the process stuck. #100

Closed GuangDai closed 1 year ago

GuangDai commented 1 year ago

Thank you for this wonderful work, but I find a bug in this project. You can see the process keeps running but no result. And usage will keep growing much larger and larger. image

image

ecosse3 commented 1 year ago

I can reproduce this. Looks like an issue with https://github.com/LudoPinelli/comment-box.nvim plugin. Will try to fix it in my own implementation. Any PR with fork is appreciated.

ecosse3 commented 1 year ago

@GuangDai You can check it again. I think the author of the plugin optimized it and now for me it works correctly even when there is a lot of lines to cover.

GuangDai commented 1 year ago

@GuangDai You can check it again. I think the author of the plugin optimized it and now for me it works correctly even when there is a lot of lines to cover.

Yes, thank you for your kind reply.