Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ But if Dexter is not on your `PATH`, set the binary path in your editor settings
}
```

To enable format-on-save, update your VS Code settings:
To enable format-on-save, update your VS Code/Cursor settings:

```json
// global in your editor
Expand All @@ -132,7 +132,7 @@ To enable format-on-save, update your VS Code settings:
"[elixir]": {
"editor.formatOnSave": true,
// you may need to set Dexter as your default Elixir formatter, depending on your setup
"editor.defaultFormatter": "remoteoss.dexter-lsp"
"editor.defaultFormatter": "remoteoss.dexter-lsp" // "remote-com-oss.dexter-lsp" for Cursor
},
"[phoenix-heex]": { "editor.formatOnSave": true }
}
Expand Down
Loading