style(lsp): typo

This commit is contained in:
Folke Lemaitre 2025-09-23 13:06:33 +02:00
parent 6e3a06306d
commit 8a76098461
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -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)