blob: 55d3a7ee23d95e60389548f210deffafe72a83a9 (
plain) (
tree)
|
|
local opts = {
ensure_installed = {
"pyright",
},
automatic_installation = true,
}
return {
"williamboman/mason-lspconfig.nvim",
opts = opts,
event = "BufReadPre",
dependencies = "williamboman/mason.nvim",
}
|