Compare commits

..

No commits in common. "5502cea3f66d7acd58233e653916cc76b8bde47f" and "f70dcb337399831a93ec7434dcc23e18491337e3" have entirely different histories.

View File

@ -719,8 +719,8 @@ require('lazy').setup({
-- by the server configuration above. Useful when disabling
-- certain features of an LSP (for example, turning off formatting for ts_ls)
config.capabilities = vim.tbl_deep_extend('force', {}, capabilities, config.capabilities or {})
vim.lsp.config(server, config)
vim.lsp.enable(server)
vim.lsp.config(name, config)
vim.lsp.enable(name)
end
else
-- For Neovim 0.10 and below, use mason-lspconfig for setup