Add mason package

This commit is contained in:
Evie Litherland-Smith 2023-02-21 07:08:19 +00:00
parent 7999de3fca
commit ea55aa34c6

View file

@ -0,0 +1,5 @@
return {
"williamboman/mason.nvim",
lazy = false,
config = function() require("mason").setup() end,
}