-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bug: LSP stops to work frequently #208
Comments
Hey! could you share the error message? |
No error message appears, it suddenly stops working. Is there a command or place to grab the logs to post here ? |
You should be able to find this information with the :LspInfo command, then if the server was running, you can check the lsp log file that is referenced there. Thank you! |
I took a look on the logs and found a bunch of these errors below in there: [ERROR][2025-01-23 21:08:30] ...lsp/handlers.lua:623 "VAULT Lock is good" |
ok cool. Could you post all of them? you can delete the log file, restart neovim, and then attempt to start the server |
sure !
|
Before reporting:
Ensure that the issue is reproducable on the main branch.
Ensure that there isn't an issue on this(either open or closed).
Problem:
Idk why, but the markdown-oxide LSP stops from working in a very frequently way, and when this happens i need to exit neovim and enter again to make it work again
Lsp start, lsp restart commands doesnt make any difference
im on nvim v0.10.3 but this issue happened with past versions as well
Steps to reproduce the issue:
im using markview.nvim and obsidian.nvim (without rendering)
Ensure that you are using the latest version of the plugin. -> yes
tree-sitter parsers installed(markdown, markdown_inline & html).
Expected behavior:
work without stop
Neovim version:
0.10.3
The text was updated successfully, but these errors were encountered: