Skip to content

Odin Language Server#

Server#

For more information about the LSP server, check ols.

Installation#

For more instructions on how to install manually, check here.

Debugger: Not available#

Available configurations#

lsp-odin-ols-binary-path#

Type: file

Default: ~/work/lsp-mode/lsp-mode/docs/.eask/30.2/.cache/lsp/ols/latest/ols-x86_64-unknown-linux-gnu

The path where ols binary after will be stored.


lsp-odin-ols-download-url#

Type: string

Default: https://github.com/DanielGavin/ols/releases/download/nightly/ols-x86_64-unknown-linux-gnu.zip

Automatic download url for ols language server.


lsp-odin-ols-server-dir#

Type: file

Default: ~/work/lsp-mode/lsp-mode/docs/.eask/30.2/.cache/lsp/ols/latest/ols

The path where ols .zip archive will be extracted.


lsp-odin-ols-server-install-dir#

Type: directory

Default: ~/work/lsp-mode/lsp-mode/docs/.eask/30.2/.cache/lsp/ols/

Installation directory for ols server.


lsp-odin-ols-store-path#

Type: file

Default: ~/work/lsp-mode/lsp-mode/docs/.eask/30.2/.cache/lsp/ols/latest/ols.zip

The path where ols .zip archive will be stored.



Last update: July 26, 2026