Temporary disabled Mason config
This commit is contained in:
parent
4348c2ac36
commit
38a209cb22
@ -705,15 +705,15 @@ mason_lspconfig.setup {
|
|||||||
ensure_installed = vim.tbl_keys(servers),
|
ensure_installed = vim.tbl_keys(servers),
|
||||||
}
|
}
|
||||||
|
|
||||||
mason_lspconfig.setup_handlers {
|
-- mason_lspconfig.setup_handlers {
|
||||||
function(server_name)
|
-- function(server_name)
|
||||||
require('lspconfig')[server_name].setup {
|
-- require('lspconfig')[server_name].setup {
|
||||||
capabilities = capabilities,
|
-- capabilities = capabilities,
|
||||||
on_attach = on_attach,
|
-- on_attach = on_attach,
|
||||||
settings = servers[server_name],
|
-- settings = servers[server_name],
|
||||||
}
|
-- }
|
||||||
end,
|
-- end,
|
||||||
}
|
-- }
|
||||||
|
|
||||||
local handlers = {
|
local handlers = {
|
||||||
["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = "solid" }),
|
["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = "solid" }),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user