fix puppet langserver path

This commit is contained in:
Stefan Schwarz 2021-02-09 12:11:05 +01:00
parent edbdfa739a
commit cf2d01d75d

View file

@ -222,7 +222,7 @@
(lsp-stdio-connection '("bundle"
"exec"
"--keep-file-descriptors"
"/home/stefan/Apps/puppet-editor-services/puppet-languageserver"
"/nix/store/pgjhgk5d41q6jjxiympqjs3qzxf52mg9-puppet-editor-services-9fd4984/puppet-languageserver"
"--local-workspace=/home/stefan/git/sysadmin/puppet"
"--debug=/tmp/puplsp"
"--stdio"))