mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-02-01 07:44:50 +01:00
fix(all): lots of things from work
This commit is contained in:
@@ -4,7 +4,7 @@ local capabilities = require("nvchad.configs.lspconfig").capabilities
|
||||
local lspconfig = require "lspconfig"
|
||||
|
||||
-- if you just want default config for the servers then put them in a table
|
||||
local servers = { "html", "cssls", "ts_ls", "clangd", "pyright", "vhdl_ls" }
|
||||
local servers = { "html", "cssls", "ts_ls", "clangd", "basedpyright", "vhdl_ls" }
|
||||
|
||||
for _, lsp in ipairs(servers) do
|
||||
lspconfig[lsp].setup {
|
||||
|
||||
Reference in New Issue
Block a user