Skip to content

Commit 4769fc8

Browse files
committed
docs(README): Add version instruction
1 parent 1e99307 commit 4769fc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
:ensure t
2121
:hook (text-mode . (lambda ()
2222
(require 'lsp-ltex)
23-
(lsp)))) ; or lsp-deferred
23+
(lsp))) ; or lsp-deferred
24+
:init
25+
(setq lsp-ltex-version "15.2.0")) ; make sure you have set this, see below
2426
```
2527

2628
For `lsp-ltex` to run you need to have `ltex-ls` installed and available.

0 commit comments

Comments
 (0)