update conf

This commit is contained in:
Johannes Knopp
2026-06-24 01:22:25 +02:00
parent 67085827b5
commit e1886aa6b7
3 changed files with 2 additions and 2 deletions

View File

View File

@ -99,7 +99,6 @@ return {
-- Explicitly enable all mason-managed servers.
-- This is belt-and-suspenders alongside mason-lspconfig's automatic_enable,
-- ensuring servers start regardless of mason-lspconfig version.
vim.lsp.enable({ 'lua_ls', 'html', 'cssls', 'bashls', 'ts_ls', 'eslint', 'tailwindcss', 'mdx_analyzer', 'rust_analyzer' })
-- mdx_analyzer: needs typescript SDK path to find tsserverlibrary.js
vim.lsp.config('mdx_analyzer', {
@ -130,5 +129,6 @@ return {
-- })
vim.lsp.enable('postgres_lsp')
vim.lsp.enable({ 'lua_ls', 'html', 'cssls', 'bashls', 'ts_ls', 'eslint', 'tailwindcss', 'mdx_analyzer', 'rust_analyzer', 'docker_compose_language_service', 'docker_language_server' })
end,
}