Skip to content

Commit

Permalink
Use alpha version for temporary solution
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 4, 2021
1 parent 63cd533 commit 5546970
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lsp-ltex.el
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ https://github.com/valentjn/ltex-ls"
:type 'list
:group 'lsp-ltex)

(defcustom lsp-ltex-version "10.0.0"
(defcustom lsp-ltex-version "11.0.0-alpha.2"
"Version of LTEX language server."
:type 'string
:group 'lsp-ltex)
Expand All @@ -72,10 +72,10 @@ https://github.com/valentjn/ltex-ls"
:type 'file
:group 'lsp-ltex)

(defcustom lsp-ltex-enabled
'("bibtex" "latex" "markdown" "rsweave")
(defcustom lsp-ltex-enabled nil
"Controls whether the extension is enabled."
:type 'list
:type '(choice (const :tag "None" nil)
list)
:group 'lsp-ltex)

(defcustom lsp-ltex-language "en-US"
Expand Down

0 comments on commit 5546970

Please sign in to comment.