You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up the OCaml LSP, and it has a known issue with crashing when trying to generate function signatures on code with syntax errors. As you could imagine, this is a huge pain when you're typing, since neovim will constantly warn you about the LSP crashing. The only known fix is to just disable signatures entirely, however I've realized that the documentation doesn't make it very clear how to configure LSP capabilities. I tried using what was suggested for lspconfig:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set up the OCaml LSP, and it has a known issue with crashing when trying to generate function signatures on code with syntax errors. As you could imagine, this is a huge pain when you're typing, since neovim will constantly warn you about the LSP crashing. The only known fix is to just disable signatures entirely, however I've realized that the documentation doesn't make it very clear how to configure LSP capabilities. I tried using what was suggested for
lspconfig
:By making it into
As you could guess, this didn't work. What is the proper way to configure this?
Beta Was this translation helpful? Give feedback.
All reactions