Skip to content
Open
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
10 changes: 8 additions & 2 deletions docs/integrations/editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,14 @@ close and reopen your File, _Black_ will be done with its job.

## SublimeText

For SublimeText 3, use [sublack plugin](https://github.com/jgirardet/sublack). For
higher versions, it is recommended to use [LSP](#python-lsp-server) as documented below.
Use [LSP](#python-lsp-server) with the
[python-lsp-black](https://github.com/python-lsp/python-lsp-black) plugin as documented
below. This is the recommended approach for all versions of Sublime Text.

```{note}
The [sublack plugin](https://github.com/jgirardet/sublack) that was previously
recommended here is no longer maintained (the repository has been archived).
```

## Python LSP Server

Expand Down