From 4f0f62b3a40adacf707ca3aa3b829bd3605a4912 Mon Sep 17 00:00:00 2001 From: Terminal <32599364+TerminalFi@users.noreply.github.com> Date: Thu, 5 Jan 2023 04:53:05 -0600 Subject: [PATCH] Update USAGE.md (#1142) --- docs/USAGE.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index ba2f3deb6..f2b0727b1 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -72,24 +72,10 @@ provides overlapping functionality (and more features at the time of writing). As a result having both enabled at the same time may result in suboptimal UX, such as duplicate completion candidates. -## Sublime Text 2 +## Sublime Text - Install the [LSP package](https://github.com/sublimelsp/LSP#installation) - - Add the following snippet to your _User_ `LSP.sublime-settings` (editable via `Preferences → Package Settings → LSP → Settings` or via the command pallete → `Preferences: LSP Settings`) - -```json -{ - "clients": { - "terraform": { - "command": ["terraform-ls", "serve"], - "enabled": true, - "languageId": "terraform", - "scopes": ["source.terraform"], - "syntaxes": ["Packages/Terraform/Terraform.sublime-syntax"] - } - } -} -``` + - Install the [LSP-terraform package](https://github.com/sublimelsp/LSP-terraform#installation) ## Vim / NeoVim ### coc.nvim