From 20b6abda72c5d5b53ae5a2c8aad286c8b42dac1b Mon Sep 17 00:00:00 2001 From: lozercaustic <145344652+lozercaustic@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:45:27 +0100 Subject: [PATCH] Add guide configuration for SublimeText LSP --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 4081b93..7902cfe 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,22 @@ Example `settings.json` (change to fit your local installs): } ``` +### Configuration for [SublimeText LSP](https://lsp.sublimetext.io) + +Open `Preferences: LSP Settings` command from the Command Palette (Ctrl+Shift+P) + +``` +{ + "clients": { + "efm-langserver": { + "enabled": true, + "command": ["efm-langserver"], + "selector": "source.c | source.php | source.python" // see https://www.sublimetext.com/docs/3/selectors.html + } + } +} +``` + ## License MIT