feat: add puppet lsp

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-30 09:32:12 +02:00
parent 8fddaa8c1c
commit 97fe6502da
Signed by: lander
GPG key ID: 0142722B4B0C536F
7 changed files with 379 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
bundlerApp,
}:
bundlerApp {
pname = "puppet-editor-services";
gemdir = ./.;
exes = [ "puppet-languageserver" ];
}