Replies: 1 comment 5 replies
-
Is this a general misconfiguration on lsp-mode side, or something that you want to have for yourself? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My understanding of elisp is very basic. I am going through
lsp-verilog.el
. I see 2 lsp clients are registered, both formajor verilog-mode
, with differentpriority
values (-1, -2).Note that Emacs recognizes
"\\.[ds]?va?h?\\'"
as verilog-mode, which includes both verilog (i.e., *.v) and systemverilog (i.e., .sv, sva) files."hdl_checker" works for both verilog and systemverilog files. so when I open ".sv" file
:server-id 'lsp-verilog
(i.e., hdl_checker) is initialized by default.How do I switch between
svlangserver
andhdl_checker
for systemverilog (.sv, *.sva)?thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions