From ce86446066d181c8b3b26d6fdab4455b9b894daf Mon Sep 17 00:00:00 2001 From: Isaac Shelton Date: Wed, 7 Feb 2024 21:55:59 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a3f00e..17501ef 100644 --- a/README.md +++ b/README.md @@ -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`: + ``` { @@ -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: