update conf
This commit is contained in:
0
roles/nvim/files/after/ftplugin/yaml.lua
Normal file
0
roles/nvim/files/after/ftplugin/yaml.lua
Normal 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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user