From aa6c6a022ea2d7039eacf72440c104f246661e7a Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sun, 4 Aug 2024 17:10:00 +0200 Subject: [PATCH] docs(nvim): add tip about AstroNvim --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d05d94..fd4f6cc 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,10 @@ lspconfig.helm_ls.setup { See [examples/nvim/init.lua](https://github.com/mrjosh/helm-ls/blob/master/examples/nvim/init.lua) for an complete example, which also includes yaml-language-server. +> [!TIP] +> +> If you are using [AstroNvim](https://github.com/AstroNvim/AstroNvim) you can just install the [astrocommunity](https://github.com/AstroNvim/astrocommunity) helm pack. + #### coc.nvim setup You can also use [coc.nvim](https://github.com/neoclide/coc.nvim) to set up the language server.