1 2 3 4 5 6 7 8 9 10 11 12 13
local opts = { ensure_installed = { "pyright", }, automatic_installation = true, } return { "williamboman/mason-lspconfig.nvim", opts = opts, event = "BufReadPre", dependencies = "williamboman/mason.nvim", }