mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fixed and properly formatted
This commit is contained in:
parent
5b297ad511
commit
4ffeb74fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ return {
|
||||||
local have_mason, mlsp = pcall(require, "mason-lspconfig")
|
local have_mason, mlsp = pcall(require, "mason-lspconfig")
|
||||||
local all_mslp_servers = {}
|
local all_mslp_servers = {}
|
||||||
if have_mason then
|
if have_mason then
|
||||||
all_mslp_servers =require("mason-lspconfig.mappings").get_mason_map().lspconfig_to_package
|
all_mslp_servers = require("mason-lspconfig").get_mappings().lspconfig_to_package
|
||||||
end
|
end
|
||||||
|
|
||||||
local ensure_installed = {} ---@type string[]
|
local ensure_installed = {} ---@type string[]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue