aboutsummaryrefslogblamecommitdiff
path: root/.config/nvim/lua/plugins/mason-lspconfig.lua
blob: 55d3a7ee23d95e60389548f210deffafe72a83a9 (plain) (tree)
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",
}