macOS (x64)
- Download helm_ls_darwin_amd64
- Run
./helm_ls_darwin_amd64
macOS (ARM)
- Download helm_ls_darwin_arm64
- Run
./helm_ls_darwin_arm64
windows (x64)
- Download helm_ls_windows_amd64.exe
- Run
./helm_ls_windows_amd64.exe
Linux (x64)
- Download helm_ls_linux_amd64
- Run
./helm_ls_linux_amd64
Linux (ARM)
- Download helm_ls_linux_arm
- Run
./helm_ls_linux_arm
SHA256 Checksums
491e955c9293a9d432cb659b994a6c6e12d7134d74693503c01a9b514d6b4e70 helm_ls_linux_amd64/helm-ls
e3bf29ed8fcac125df20eb8eef7b95ee954459f11b9fdb79e683971d33c0fdf1 helm_ls_darwin_amd64/helm-ls
421dbcbe46ff2fc559253540598432d0d69435ca3f6d87e014e3cf5a2b46888e helm_ls_darwin_arm64/helm-ls
79b0473d4c0474375e6be7fc75ed27db366feda1469e2a7a899605f50ba8674e helm_ls_windows_amd64/helm-ls.exe
2bd220eb2f0d63d7b3630c2cfec62d401ce362ab8410d18e227a281129b13b1c helm_ls_linux_arm/helm-ls
What's Changed
-
feat(hover): format values as yaml in markdown by @qvalentin in #98
-
feat(document-symbols): add yamlls document-symbols by @qvalentin in #94:
in neovim this will display a breadcrumb with the current yaml path:
-
docs(nvim): add tip about AstroNvim by @qvalentin in #101
-
chore: update go version and dependencies by @qvalentin in #103
-
fix(BuiltInObjects): inlcude all BuiltInObjects in usecase by @qvalentin in #100
Full Changelog: v0.0.20...v0.0.21