LazyVim.LazyVim/lua/lazyvim
Peter Benjamin de01a37cb6
feat(lang): add support for helm chart templates (#2273)
* feat(lang): add support for helm chart templates

* fix(helm): stop yamlls and disable autostart

* fix(helm): stop yaml & docker compose lsp on helm file types

Revert disabling `autostart` since that kills the LSP globally even when
opening a standard yaml file, like GitHub Workflow file.

* fix(helm): remove docker compose lsp overrides

Since docker compose LSP does not seem to be triggered or started by
opening *.yaml helm files, the config overrides were removed to simplify
Helm config.

* fix(helm): ensure mason installs helm lsp
2024-03-07 11:55:58 +01:00
..
config fix(options): don't lower timeoutlen when in VS Code (#2568) 2024-03-07 11:39:57 +01:00
plugins feat(lang): add support for helm chart templates (#2273) 2024-03-07 11:55:58 +01:00
util fix(telescope): anonymous keymap (#1879) 2024-03-07 11:49:50 +01:00
health.lua fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00