mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
style(lsp): typo
This commit is contained in:
parent
6e3a06306d
commit
8a76098461
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ return {
|
|||
local mason_all = have_mason
|
||||
and vim.tbl_keys(require("mason-lspconfig.mappings").get_mason_map().lspconfig_to_package)
|
||||
or {} --[[ @as string[] ]]
|
||||
local mason_exclude = {}, {} ---@type string[]
|
||||
local mason_exclude = {} ---@type string[]
|
||||
|
||||
---@return boolean? exclude automatic setup
|
||||
local function configure(server)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue