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 authored and mvdan committed Oct 29, 2023
1 parent a8415d3 commit 4ac1be2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
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 4ac1be2

Please sign in to comment.