caddyserver / vscode-caddyfile

Rich Caddyfile support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=matthewpi.caddyfile-support
MIT License
78 stars 3 forks source link

Use language server outside vscode #292

Open balki opened 1 year ago

balki commented 1 year ago

Basic Language Server with suggestions and descriptions

Is there a way to use the language server with other editors like vim. If so please share instructions.

matthewpi commented 1 year ago

I'm not exactly sure how you would go about doing this. I'm pretty sure you can use the language server separately, but I wrote everything specifically for VSCode.

If the language server was written completely separately (which may or may not happen as I'm not happy with the existing implementation), likely in a language like Go, then it would likely be a lot easier and more supported.