1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add Mason plugin

This commit is contained in:
Daniel Barber 2023-04-05 23:28:15 -05:00
parent cb0fc23fc5
commit 5aed165fab

View File

@ -5,4 +5,10 @@ return {
"hrsh7th/cmp-cmdline", "hrsh7th/cmp-cmdline",
"hrsh7th/cmp-vsnip", "hrsh7th/cmp-vsnip",
"hrsh7th/vim-vsnip", "hrsh7th/vim-vsnip",
{
"williamboman/mason.nvim",
config = function()
require("mason").setup()
end,
},
} }