fix: wrap command in list
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
9299e47ce2
commit
96c605e1b5
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ in
|
|||
puppet = {
|
||||
enable = true;
|
||||
package = puppet-editor-services;
|
||||
cmd = "${puppet-editor-services}/bin/puppet-languageserver";
|
||||
cmd = [ "${puppet-editor-services}/bin/puppet-languageserver" ];
|
||||
};
|
||||
helm_ls = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue