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

Provide readme to use Camel LSP in Spacevim #1

Open
apupier opened this issue Sep 10, 2019 · 1 comment
Open

Provide readme to use Camel LSP in Spacevim #1

apupier opened this issue Sep 10, 2019 · 1 comment

Comments

@apupier
Copy link
Member

apupier commented Sep 10, 2019

https://spacevim.org/quick-start-guide/
https://spacevim.org/layers/language-server-protocol/#install-language-server

for configuration file, I expect something like to be added:

[[layers]]
name = 'lsp'
filetypes = [
  "xml"
]
[layers.override_cmd]
  xml = ["java", "-jar", "/home/apupier/git/camel-language-server/target/camel-lsp-server-1.1.0-SNAPSHOT.jar"]

doesn't work for me.
not sure how to trigger the completion in SpaceVim(which is a generic issue, not specific to Camel)

potential issue/limitations:

  • one server instacne epr language
  • how to have both [xml|java|groovy|yaml] and Camel at the same time?
@apupier
Copy link
Member Author

apupier commented Sep 20, 2019

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

No branches or pull requests

1 participant