VHDL LSP integration update
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s
This commit is contained in:
@@ -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 = {},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user