530 current 2024-05-05 15:14:52 24.05.20240503.e9be424 6.8.6-zen1 *
This commit is contained in:
parent
8b763d1c5f
commit
50e07b9812
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ local make_config = function(name, config)
|
||||||
local extended_config = vim.tbl_extend("error", { capabilities = capabilities }, config)
|
local extended_config = vim.tbl_extend("error", { capabilities = capabilities }, config)
|
||||||
|
|
||||||
return function()
|
return function()
|
||||||
require("lspconfig")[name].setup(config)
|
require("lspconfig")[name].setup(extended_config)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue