Neovim-from-scratch icon indicating copy to clipboard operation
Neovim-from-scratch copied to clipboard

Adding VHDL/Verilog Language Server

Open Tarekro opened this issue 2 years ago • 2 comments

Thanks for the awesome configuration I am a hardware engineer and I use too much of the VHDL and Verilog languages. Unfortunately, both are not supported by NeoVim built-in lsp. I find this language server HDL Checker : https://github.com/suoto/hdl_checker It provides a Lua configuration for nvim-lspconfig, but I didn't arrive to set up this config. Could you please check if it works and provide me with some explanation of how to do it? Thanks.

Tarekro avatar Jan 05 '22 18:01 Tarekro

That is cool!

meicale avatar Jan 10 '22 00:01 meicale

I have had problems with the HDL LSPs (Verible mostly) which boils down to missing detection of the project's root directory as the plugin searches for a git repository. When the project is not a git checkout it doesn't work. Don't know if that might be the case for you? Other than that it should be fairly simple to enable.

paller avatar Jun 14 '22 12:06 paller