1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/config/nvim/lua/plugins/init.lua
2023-04-05 23:28:15 -05:00

15 lines
258 B
Lua

return {
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline",
"hrsh7th/cmp-vsnip",
"hrsh7th/vim-vsnip",
{
"williamboman/mason.nvim",
config = function()
require("mason").setup()
end,
},
}