feat(nvim): add verible for verilog LSP

This commit is contained in:
2026-08-11 12:34:38 +02:00
parent cc8e1785e1
commit 0c2263d963

View File

@@ -2,6 +2,6 @@ local on_attach = require("nvchad.configs.lspconfig").on_attach
local capabilities = require("nvchad.configs.lspconfig").capabilities
-- if you just want default config for the servers then put them in a table
local servers = { "hyprls", "lua-language-server", "clangd", "basedpyright", "vhdl_ls" }
local servers = { "hyprls", "lua-language-server", "clangd", "basedpyright", "vhdl_ls", "verible" }
vim.lsp.enable(servers)