return { "neovim/nvim-lspconfig", config = function() vim.lsp.enable("zls") vim.lsp.enable("clangd") end }