LazyVim.LazyVim/lua/lazyvim/plugins/extras
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
..
coding fix(yanky): properly disable sqlite.lua on Windows (#2543) 2024-03-07 11:40:51 +01:00
dap fix(dap): copy config before overriding args 2023-10-12 11:48:02 +02:00
editor feat(symbols-outline): use outline.nvim instead of symbols-outline.nvim (#2535) 2024-03-07 11:53:06 +01:00
formatting fix(prettier): use prettier instead of prettierd. Too many people get truncated files. Fixes #712. See #1735 2023-10-15 22:28:56 +02:00
lang feat(lang): add support for helm chart templates (#2273) 2024-03-07 11:55:58 +01:00
linting fix(eslint): correct working directories name (#2071) 2024-01-21 19:53:09 +01:00
lsp feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
test feat(test): Add <leader>tl to neotest.run_last() (#1968) 2024-01-21 19:37:38 +01:00
ui style: added trouble ft for the next gen trouble 2023-10-25 14:05:32 +02:00
util feat(util) create gitui extension (#2238) 2024-03-07 11:51:48 +01:00
vscode.lua style: removed dead code 2023-10-04 13:19:12 +02:00