fix: enable helm plugin
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
2f929dfec4
commit
377fdc571d
1 changed files with 10 additions and 0 deletions
|
|
@ -1,6 +1,16 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
autoCmd = [
|
||||
{
|
||||
event = "FileType";
|
||||
pattern = "helm";
|
||||
command = "LspRestart";
|
||||
}
|
||||
];
|
||||
|
||||
plugins = {
|
||||
helm.enable = true;
|
||||
|
||||
lsp.servers.helm_ls = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue