|
|
@ -4,7 +4,7 @@ local capabilities = require("plugins.configs.lspconfig").capabilities |
|
|
|
local lspconfig = require("lspconfig") |
|
|
|
local lspconfig = require("lspconfig") |
|
|
|
|
|
|
|
|
|
|
|
-- 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 = { "html", "cssls", "tsserver", "clangd", "ghdl_ls", "hls" } |
|
|
|
local servers = { "html", "cssls", "tsserver", "clangd", "ghdl_ls", "hls", "tailwindcss" } |
|
|
|
|
|
|
|
|
|
|
|
for _, lsp in ipairs(servers) do |
|
|
|
for _, lsp in ipairs(servers) do |
|
|
|
lspconfig[lsp].setup({ |
|
|
|
lspconfig[lsp].setup({ |
|
|
|