-- LSP, linting, formatting, etc... return { { "williamboman/mason.nvim", opts = {}, }, { "williamboman/mason-lspconfig.nvim", opts = {}, }, { "neovim/nvim-lspconfig", dependencies = { "mason.nvim", "williamboman/mason-lspconfig.nvim", }, }, { "folke/lazydev.nvim", ft = "lua", opts = {}, }, { "saghen/blink.cmp", version = "1.*", opts = { keymap = { preset = "enter" }, sources = { default = { "lazydev", "lsp", "path", "snippets" }, providers = { lazydev = { name = "LazyDev", module = "lazydev.integrations.blink", score_offset = 100, }, }, }, }, }, }