Skip to content

Commit

Permalink
docs: add zed extension
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Oct 27, 2024
1 parent a8f995f commit 8ee0c66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8ee0c66

Please sign in to comment.