VHDL LSP integration update
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s

This commit is contained in:
nichkara
2025-10-22 20:38:43 +02:00
parent 19b0ce44bc
commit 7b3f516848
6 changed files with 40 additions and 1 deletions

View File

@@ -56,3 +56,11 @@ end
vim.lsp.enable("als")
vim.lsp.config("als", { projectFile = get_config_file() })
vim.lsp.enable("vhdl_ls")
vim.lsp.config("vhdl_ls", {
cmd = { "vhdl_ls" },
filetypes = { "vhdl" },
root_markers = { "vhdl_ls.toml", ".git" },
settings = {},
})