Skip to content
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

coq-lsp support #323

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

coq-lsp support #323

wants to merge 2 commits into from

Conversation

whonore
Copy link
Owner

@whonore whonore commented Feb 18, 2023

Very experimental, but mostly functional. Currently requires vim-lsp.

TODO:

  • Handle multiple files correctly
  • Support Coq markdown (.mv) files
  • Figure out a better solution for showing proof checking progress
  • Clean up dead code
  • Experiment with other LSP clients

@whonore whonore linked an issue Feb 18, 2023 that may be closed by this pull request
@ejgallego
Copy link

Behavior with 0.1.9 should be much better suited for CoqTail, including a new serverStatus notification which you can use instead of fileProgress.

Also set the checking to lazy mode, and send the viewRange notification to the server, that will provide very good latency properties without the overhead of full-document continuous checking.

@whonore
Copy link
Owner Author

whonore commented Jun 6, 2024

Thanks, those sound like very nice improvements. I'll definitely take another look at coq-lsp when I have some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate with coq-lsp?
2 participants