From: Shreya Agarwal Date: Mon, 2 Oct 2023 14:35:57 +0000 (+0530) Subject: docs: use LSP for SublimeText 4 (#3913) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/9e9fdce9a81a53fd3771e1825de523a6413b3c35?ds=sidebyside docs: use LSP for SublimeText 4 (#3913) --- diff --git a/docs/integrations/editors.md b/docs/integrations/editors.md index 9c7cfe1..8390414 100644 --- a/docs/integrations/editors.md +++ b/docs/integrations/editors.md @@ -399,9 +399,10 @@ close and reopen your File, _Black_ will be done with its job. server for Black. Formatting is much more responsive using this extension, **but the minimum supported version of Black is 22.3.0**. -## SublimeText 3 +## SublimeText -Use [sublack plugin](https://github.com/jgirardet/sublack). +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. ## Python LSP Server