fix: add puppet-languageserver command
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
06bfb44459
commit
9299e47ce2
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
let
|
||||||
|
puppet-editor-services = pkgs.callPackage ../../../pkgs/puppet-editor-services/package.nix { };
|
||||||
|
in
|
||||||
{
|
{
|
||||||
plugins = {
|
plugins = {
|
||||||
lsp-lines = {
|
lsp-lines = {
|
||||||
|
|
@ -65,7 +68,8 @@
|
||||||
};
|
};
|
||||||
puppet = {
|
puppet = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.callPackage ../../../pkgs/puppet-editor-services/package.nix { };
|
package = puppet-editor-services;
|
||||||
|
cmd = "${puppet-editor-services}/bin/puppet-languageserver";
|
||||||
};
|
};
|
||||||
helm_ls = {
|
helm_ls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue