diff --git a/plugins/lang/helm.nix b/plugins/lang/helm.nix new file mode 100644 index 0000000..d8918ba --- /dev/null +++ b/plugins/lang/helm.nix @@ -0,0 +1,8 @@ +{ lib, pkgs, ... }: +{ + plugins = { + lsp.servers.helm_ls = { + enable = true; + }; + }; +}