master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 946c9a8a85 - Show all commits

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,
},
} }