Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update USAGE.md #1142

Merged
merged 1 commit into from
Jan 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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