Skip to content

Commit a9002a8

Browse files
committed
LSP++ and gif
1 parent a149f10 commit a9002a8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/en/usage/LSP.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ weight: 10
55

66
**Warning**
77

8-
LSP integration is still in development.
8+
LSP integration is working, but considered still in development.
99

10-
For more information https://github.com/lem-project/lem/issues/602 and https://github.com/lem-project/lem/issues/578
10+
For more information, see: https://github.com/lem-project/lem/issues/602
1111

1212
For information on each supported programming language, see the Modes menu.
1313

@@ -16,7 +16,7 @@ For information on each supported programming language, see the Modes menu.
1616
For some languages it should work without doing anything (for example
1717
Go, if you have `gopls`). Otherwise, a configuration step is required.
1818

19-
This is an example JS config for LSP. Place it in your `~/.lem/init.lisp` (or `~/.config/lem/init.lisp` since Lem 2.2) (or evaluate it with `M-:`).
19+
This is an example JS config for LSP. Place it in your `~/.config/lem/init.lisp` (or evaluate it with `M-:`).
2020

2121
```lisp
2222
(lem-lsp-mode/lsp-mode::define-language-spec
@@ -28,3 +28,5 @@ This is an example JS config for LSP. Place it in your `~/.lem/init.lisp` (or `~
2828
:readme-url "https://github.com/typescript-language-server/typescript-language-server"
2929
:connection-mode :stdio)
3030
```
31+
32+
![](/lem-lsp.gif "Lem LSP demo")

static/lem-lsp.gif

102 KB
Loading

0 commit comments

Comments
 (0)