Lars BlumbergforLars Blumberg's blognlited.de·Oct 5, 2024Using Helix Editor with a Dockerized Python LSPRunning a LSP in a docker container definitely keeps your operating system clean from all dependencies required to run LSPs. Additionally that allows you to run and configure different LSPs in different containers for different projects. The next sec...Discuss·73 readsPython
Rune Hansén Steinnes-WestumforThe comfy chairroderik.no·Mar 9, 2023Helix editor with multiple lsp's for one languageThe helix editor is in its early days. It's quite insanely cool as it stands, and even cooler if you choose which branch to run yourself. Warning! This is a typical blog post of mine... "lest I forget, do these steps and you'll be fine!" I did this...Discuss·2.5K readsPython
Jeannot Mullerforjeannot-muller.comjeannot.hashnode.dev·Feb 14, 2023Vue3 and Helix Editor on macOSIn the current release of Helix Editor (22.12) the default language server for Vue is still VLS, which doesn’t work well with Vue3. But you can install Volar as well. More on helix-editor can be found here: https://alpha2phi.medium.com/a-walkthrough-...Discuss·1.3K readsVue.js