Skip to content

Commit 4ac1be2

Browse files
rsjethanimvdan
authored andcommitted
Update Helix editor config
Helix editor version 23.10 changes the way language servers are configured. See https://helix-editor.com/news/release-23-10-highlights.
1 parent a8415d3 commit 4ac1be2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,8 @@ For [eglot](https://github.com/joaotavora/eglot) users:
561561
When using the `gopls` language server, modify the Go settings in `~/.config/helix/languages.toml`:
562562

563563
```toml
564-
[[language]]
565-
name = "go"
566-
config = { "formatting.gofumpt" = true }
564+
[language-server.gopls.config]
565+
"formatting.gofumpt" = true
567566
```
568567

569568
#### Sublime Text

0 commit comments

Comments
 (0)