Skip to content

Commit

Permalink
fix(docs): add LazyVim tip and move AstroNvim tip
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Sep 22, 2024
1 parent 5aa4a88 commit e059ffd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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

0 comments on commit e059ffd

Please sign in to comment.