From 8ee0c66f422f21936225fe86b8da95163f229402 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sun, 27 Oct 2024 18:05:49 +0100 Subject: [PATCH] docs: add zed extension --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0e7b48b..e872553 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Helm-ls is a [helm](https://github.com/helm/helm) language server protocol [LSP] - [nvim-lspconfig setup](#nvim-lspconfig-setup) - [coc.nvim setup](#cocnvim-setup) - [VSCode](#vscode) + - [Zed](#zed) - [Emacs eglot setup](#emacs-eglot-setup) - [Features](#features) - [Contributing](#contributing) @@ -271,6 +272,10 @@ Save the configuration file and then either restart Neovim or type `:CocRestart` Check out the [helm-ls-vscode extension](https://github.com/qvalentin/helm-ls-vscode) for more details. +### Zed + +Setup filetypes as described in the [Zed Docs](https://zed.dev/docs/languages/helm) and install the [helm.zed extension](https://github.com/cabrinha/helm.zed). + ### Emacs eglot setup Integrating helm-ls with [eglot](https://github.com/joaotavora/eglot) for emacs consists of two steps: wiring up Helm template files into a specific major mode and then associating that major mode with `helm_ls` via the `eglot-server-programs` variable.