Skip to content

Commit

Permalink
fix activation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 23, 2025
1 parent 72b63d7 commit 8f7421a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/activate.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@

(require 'lsp-mode)

(lsp-install-server t 'ltex-ls) ; Start installation
(lsp-install-server t 'ltex-ls-plus) ; Start installation

(defconst timeout 180
"Timeout in seconds.")

(defvar timer 0)

(defconst server-install-path (lsp-ltex--extension-root)
(defconst server-install-path (lsp-ltex-plus--extension-root)
"The server install location.")

(while (not (file-exists-p server-install-path))
Expand Down

0 comments on commit 8f7421a

Please sign in to comment.