removed additional braces

This commit is contained in:
Oliver Hartmann 2025-04-20 23:36:28 +02:00
parent df0db24702
commit 946c9a8a85

View File

@ -31,7 +31,6 @@ local lspKeys = function(client, bufnr)
end end
return { return {
{
'neovim/nvim-lspconfig', 'neovim/nvim-lspconfig',
dependencies = { dependencies = {
'williamboman/mason.nvim', 'williamboman/mason.nvim',
@ -90,5 +89,4 @@ return {
end, end,
}) })
end, end,
},
} }