Skip to content

Commit

Permalink
Make sure marksman does not return (nil)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed Jul 9, 2023
1 parent eb224a4 commit 4096d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/lsp-marksman.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
(make-lsp-client :new-connection (lsp-stdio-connection
(lambda ()
(cons (or (executable-find lsp-marksman-server-command)
(lsp-package-path 'marksman))
(lsp-package-path 'marksman)
"marksman")
lsp-marksman-server-command-args)))
:activation-fn (lsp-activate-on "markdown")
:initialized-fn (lambda (workspace)
Expand Down

0 comments on commit 4096d00

Please sign in to comment.