We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
CoC is a very nice plugin that can use Langauge Servers (it works very well with Go, Python, TypeScript... and so on)
I try to make helm_ls working, but nothing seems to work.
helm_ls
Here is the configuration I added to CocConfig:
"languageserver": { "helm": { "command": "helm_ls", "filetypes": ["yaml"] } },
I also tried:
"languageserver": { "helm": { "command": "helm_ls", "argd": ["serve"], "filetypes": ["yaml"] } },
The server seems to be never used, never started, and I've got no diagnostic with helm files.
If someone can help...
The text was updated successfully, but these errors were encountered:
Ho!
Found:
"languageserver": { "helm": { "command": "helm_ls", "args": ["serve"], "filetypes": ["yaml", "helm", "helmfile"], "rootPatterns": ["Chart.yaml"] } },
And it's OK. It's fantastic, I've got errors, documentation, ...
Maybe I can make a PR with the "how to neovim + CoC" in the README?
Sorry, something went wrong.
Fixed in #79
No branches or pull requests
Hello,
CoC is a very nice plugin that can use Langauge Servers (it works very well with Go, Python, TypeScript... and so on)
I try to make
helm_ls
working, but nothing seems to work.Here is the configuration I added to CocConfig:
I also tried:
The server seems to be never used, never started, and I've got no diagnostic with helm files.
If someone can help...
The text was updated successfully, but these errors were encountered: