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