Skip to content

Commit 198f8f0

Browse files
committed
Update readme helix config for helix 25.07 support
1 parent 7856324 commit 198f8f0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,9 @@ type hint support is provided directly in the template files:
8888
In your global or project `languages.toml` add the following
8989

9090
```toml
91-
[language-server.djlsp]
92-
command = "djlsp"
93-
9491
[[language]]
95-
name = "html"
96-
language-servers = [ "vscode-html-language-server", "djlsp" ]
92+
name = "htmldjango"
93+
file-types = ["html"]
9794
```
9895

9996
Project settings `.helix/languages.toml`:

0 commit comments

Comments
 (0)