Sublime Text
Use Vale with the Sublime Text 4.
There are two options for using Vale with the Sublime Text: LSP (Language Server Protocol) and SublimeLinter. The LSP option is recommended since it provides a more advanced integration.
LSP
Install the LSP package
- Open the Command Palette (Ctrl+Shift+P on Windows/Linux,
⇧⌘P on macOS) and select
Package Control: Install Package
. - Select
LSP
from the list.
Install the Vale Language Server
- Open the Command Palette and select
Package Control: Install Package
. - Select
LSP-vale-ls
from the list.
SublimeLinter
Follow the instructions at SublimeLinter-vale.