Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton authored Feb 8, 2024
1 parent cc8bd9a commit ce86446
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ vim.api.nvim_create_autocmd("FileType", {

- Step 1: Install [LSP Package](https://github.com/sublimelsp/LSP) from Package Control
- Step 2: Open LSP Settings by clicking menu `Sublime Text -> Settings -> Package Settings -> LSP -> Settings`
- Step 3: Add client for `adeptls` to configuration. Example `LSP.sublime-settings`:
- Step 4: Make sure to replace the path given for `--infrastructure` with the output of running `adept --root`.
- Step 5: Also make sure to replace the path to `adeptls` inside the `command` array with the path to it on your system.
- Step 3: Add client for `adeptls` to configuration. See below for example `LSP.sublime-settings`:


```
{
Expand All @@ -54,6 +53,9 @@ vim.api.nvim_create_autocmd("FileType", {
}
```

- Step 4: Make sure to replace the path given for `--infrastructure` with the output of running `adept --root`.
- Step 5: Also make sure to replace the path to `adeptls` inside the `command` array with the path to it on your system.

## Compiling from Scratch

You can compile `adeptls` by navigating to the project folder, and then running:
Expand Down

0 comments on commit ce86446

Please sign in to comment.