fix: disable helm_ls
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
41ceb437ea
commit
57f7919fed
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
helm.enable = true;
|
helm.enable = true;
|
||||||
|
|
||||||
lsp.servers.helm_ls = {
|
lsp.servers.helm_ls = {
|
||||||
enable = true;
|
enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue