feat: add helm lsp support
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
785e80afb9
commit
0abad9374d
1 changed files with 8 additions and 0 deletions
8
plugins/lang/helm.nix
Normal file
8
plugins/lang/helm.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
plugins = {
|
||||||
|
lsp.servers.helm_ls = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue