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

feat: neovim client-side check and configure completion callbacks #993

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Myriad-Dreamin
Copy link
Owner

@Myriad-Dreamin Myriad-Dreamin commented Dec 12, 2024

This PR shows the way of setting up completion callbacks for the language server to enhance experience of the lsp-based completion. As #875 said, these commands cannot be checked at (language) server side, so the client must take responsibility to check them and push configuration to the server. todo list:

  • check existence of commands, triggerSuggest and triggerParameterHints
  • implement command tinymist.triggerSuggestAndParameterHints to callback above two commands.
  • find a way to promote the configuration, e.g. add a PR to nvim-lspconfig.

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.

A neovim client should tell that it supports specific editor commands
1 participant