Skip to content

Commit

Permalink
Update USAGE.md (hashicorp#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalFi authored Jan 5, 2023
1 parent 28f7af0 commit 4f0f62b
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f0f62b

Please sign in to comment.