Skip to content

Commit

Permalink
docs: add JULIA_LSP_JULIA_BIN section
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Sep 1, 2023
1 parent 5f54da9 commit 21c7373
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ $ SYMBOL_SERVER=https://symbol-server julia-lsp "<julia_env_path>"
```

[modeline]: vim:tw=120:et:sw=4

## Configurating the Julia binary

By default, the `julia` binary found in PATH will be used to run the server. You can override this by setting the
`JULIA_LSP_JULIA_BIN` environment variable, for example:

```sh
$ JULIA_LSP_JULIA_BIN=~/julia-1.9.3/bin/julia julia-lsp "<julia_env_path>"
```

0 comments on commit 21c7373

Please sign in to comment.