You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,7 @@ This is how the "Hello World" example from Slint looks like:
24
24
## Prerequisites
25
25
26
26
- Emacs: I've tested this with GNU Emacs 28.2. ymmv. Please file an issue if you run into any problems.
27
-
-[lsp-mode](https://emacs-lsp.github.io/lsp-mode/): Adds LSP support to Emacs. Can be installed via melpa.
28
27
-[slint-lsp](https://github.com/slint-ui/slint/blob/master/tools/lsp/README.md): The slint language server. Follow the link for installation instructions.
28
+
- (*Optional*) [lsp-mode](https://emacs-lsp.github.io/lsp-mode/): LSP support for Emacs (alternative to built-in eglot). Can be installed via melpa.
29
+
30
+
`slint-mode` should work with both `lsp-mode` and `eglot`.
0 commit comments