Skip to content

Commit

Permalink
Update Helix editor config
Browse files Browse the repository at this point in the history
Helix editor version 23.10 changes the way language servers are
configured. See https://helix-editor.com/news/release-23-10-highlights.
  • Loading branch information
rsjethani committed Oct 28, 2023
1 parent a8415d3 commit cf911a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,8 @@ For [eglot](https://github.com/joaotavora/eglot) users:
When using the `gopls` language server, modify the Go settings in `~/.config/helix/languages.toml`:

```toml
[[language]]
name = "go"
config = { "formatting.gofumpt" = true }
[language-server.gopls.config]
"formatting.gofumpt" = true
```

#### Sublime Text
Expand Down

0 comments on commit cf911a0

Please sign in to comment.