return { { "neovim/nvim-lspconfig", dependencies = { { "mason-org/mason.nvim", config = true }, -- The "App Store" { "mason-org/mason-lspconfig.nvim", config = true }, -- The "Bridge" }, }, { 'saghen/blink.cmp', version = '*', -- Downloads pre-built binaries (fast!) opts = { keymap = { preset = 'none', [''] = { 'select_next', 'fallback' }, [''] = { 'select_prev', 'fallback' }, [''] = { 'accept', 'fallback' }, [''] = { 'show', 'show_documentation', 'hide_documentation' }, }, sources = { default = { 'lsp', 'path', 'snippets', 'buffer' }, }, }, }, }