new formatting

This commit is contained in:
2025-04-17 22:26:30 +02:00
parent 8b99910bb4
commit 68a8642302
3 changed files with 6 additions and 30 deletions

View File

@ -105,11 +105,9 @@ return {
markdown_oxide = {},
}
local ensure_installed = vim.tbl_keys(servers or {})
require('mason').setup()
require('mason-lspconfig').setup({
ensure_installed = ensure_installed,
ensure_installed = vim.tbl_keys(servers or {}),
})
local capabilities = vim.lsp.protocol.make_client_capabilities()