fix: disable yamlls

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-12-18 10:39:00 +01:00
parent 0abad9374d
commit e82bd15027
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -2,7 +2,7 @@
{ {
plugins = { plugins = {
lsp.servers.helm_ls = { lsp.servers.helm_ls = {
enable = true; enable = false;
}; };
}; };
} }