-
-
Notifications
You must be signed in to change notification settings - Fork 5
Language Server Protocol
Gonzalo Larumbe edited this page Feb 21, 2023
·
5 revisions
- Make sure that Language Server binary you are using is in the $PATH:
$ which vhdl_ls /usr/local/bin/vhdl_ls
- Configure
vhdl-ext
to connect to that server:- Interactively:
- For
lsp-mode
: M-xvhdl-ext-lsp-set-server
RETve-vhdl-ls
- For
eglot
: M-xvhdl-ext-eglot-set-server
RETve-vhdl-ls
- For
- Programatically:
;; For `lsp-mode': (vhdl-ext-lsp-set-server 've-vhdl-ls) ;; For `eglot': (vhdl-ext-eglot-set-server 've-vhdl-ls)
- Interactively:
Depending on the Language Server you are using different configuration methods exist, such as YAML, JSON or TOML files placed at the workspace root. To know how to configure each Language Server refer to their respective documentation.