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, ... }:
|
||||
let
|
||||
puppet-editor-services = pkgs.callPackage ../../../pkgs/puppet-editor-services/package.nix { };
|
||||
in
|
||||
{
|
||||
plugins = {
|
||||
lsp-lines = {
|
||||
|
|
@ -65,7 +68,8 @@
|
|||
};
|
||||
puppet = {
|
||||
enable = true;
|
||||
package = pkgs.callPackage ../../../pkgs/puppet-editor-services/package.nix { };
|
||||
package = puppet-editor-services;
|
||||
cmd = "${puppet-editor-services}/bin/puppet-languageserver";
|
||||
};
|
||||
helm_ls = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue