mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-02-01 15:54:48 +01:00
fix(nvim): adapt to new lspconfig (partial)
This commit is contained in:
@@ -4,9 +4,4 @@ local capabilities = require("nvchad.configs.lspconfig").capabilities
|
|||||||
-- if you just want default config for the servers then put them in a table
|
-- 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" }
|
||||||
|
|
||||||
for _, lsp in ipairs(servers) do
|
vim.lsp.enable(servers)
|
||||||
vim.lsp.config(lsp, {
|
|
||||||
on_attach = on_attach,
|
|
||||||
capabilities = capabilities,
|
|
||||||
})
|
|
||||||
end
|
|
||||||
|
|||||||
Reference in New Issue
Block a user