From e059ffd55f73d7220d81c9930ec87ddeb3d24649 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sun, 22 Sep 2024 13:32:27 +0200 Subject: [PATCH] fix(docs): add LazyVim tip and move AstroNvim tip --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff6f19a..f0c6004 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,7 @@ More advanced use cases would require adding more dialects (as done for helm). > [!NOTE] > > If you are using helm, you should also install the yaml parser (:TSInstall yaml) to get [language injection][] for yaml - -> [!TIP] -> -> If you are using [AstroNvim][] you can just install the [astrocommunity][] helm pack. +> In case you are using [AstroNvim][] you can just install the [astrocommunity][] helm pack or when using [LazyVim][] its [LazyVimHelm] plugin. [tree-sitter]: https://github.com/tree-sitter/tree-sitter [Golang templates]: https://golang.org/pkg/text/template/ @@ -72,3 +69,5 @@ More advanced use cases would require adding more dialects (as done for helm). [language injection]: https://tree-sitter.github.io/tree-sitter/syntax-highlighting#language-injection [AstroNvim]: https://github.com/AstroNvim/AstroNvim [astrocommunity]: https://github.com/AstroNvim/astrocommunity +[LazyVim]: https://www.lazyvim.org/ +[LazyVimHelm]: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/lang/helm.lua