neovim/lua/weeheavy/plugins/lsp/mason.lua

6 lines
92 B
Lua

return {
"williamboman/mason.nvim",
tag = "stable",
lazy = false,
config = true,
}