mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 05:51:06 +00:00
Merge 52538b0405 into 459a4c3b10
This commit is contained in:
commit
268932eda3
1 changed files with 3 additions and 1 deletions
|
|
@ -254,7 +254,9 @@ return {
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local use_mason = sopts.mason ~= false and vim.tbl_contains(mason_all, server)
|
local use_mason = sopts.mason ~= false
|
||||||
|
and opts.servers["*"].mason ~= false
|
||||||
|
and vim.tbl_contains(mason_all, server)
|
||||||
local setup = opts.setup[server] or opts.setup["*"]
|
local setup = opts.setup[server] or opts.setup["*"]
|
||||||
if setup and setup(server, sopts) then
|
if setup and setup(server, sopts) then
|
||||||
mason_exclude[#mason_exclude + 1] = server
|
mason_exclude[#mason_exclude + 1] = server
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue