We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e99307 commit 4769fc8Copy full SHA for 4769fc8
README.md
@@ -20,7 +20,9 @@
20
:ensure t
21
:hook (text-mode . (lambda ()
22
(require 'lsp-ltex)
23
- (lsp)))) ; or lsp-deferred
+ (lsp))) ; or lsp-deferred
24
+ :init
25
+ (setq lsp-ltex-version "15.2.0")) ; make sure you have set this, see below
26
```
27
28
For `lsp-ltex` to run you need to have `ltex-ls` installed and available.
0 commit comments