Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
10 lines
124 B
Nix
10 lines
124 B
Nix
{ lib, pkgs, ... }:
|
|
{
|
|
plugins = {
|
|
helm.enable = true;
|
|
|
|
lsp.servers.helm_ls = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|