-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark is lost after vue files are formated on save #77
Comments
What's your CocInfo? |
@chemzqm My CocInfo: versionsvim version: NVIM v0.6.1 Log of coc.nvim2022-04-09T07:48:04.118 INFO (pid:179478) [plugin] - coc.nvim initialized with node: v16.13.2 after 862ms |
@chemzqm Hi just checking. Have you checked it out? |
It's because vls send changes for all the lines:
it should calculate necessary changes instead. |
@chemzqm I don't understand what those codes mean 😅. I hope there is fix... |
It means all your lines get replaced and neovim not track your marker, should be fixed by vls. |
So there's nothing I can do from my end right? Or do I need to create an issue somewhere else like "vuejs/vetur"? |
Don't know, but I prefer that vls to fix this issue. |
My .vue files are formated when I save. The issue occurs when I set a mark on a line. When I save the file and it formats the codes, then the mark is lost and the nvim error says "E20: Mark is not set". I have disabled this extension and it then this issue doesn't occur anymore. So the issue is with this extension.
Steps to reproduce:
Thanks.
The text was updated successfully, but these errors were encountered: