[wip] rebuild from scratch

This commit is contained in:
Gabe Farrell 2024-04-14 02:27:26 -04:00
parent 5c607d047b
commit 91ba5541a3
35 changed files with 473 additions and 485 deletions

16
lua/plugins/lsp-zero.lua Normal file
View file

@ -0,0 +1,16 @@
return {
{
'williamboman/mason.nvim',
cmd = { "Mason", "MasonInstall", "MasonUpdate" },
config = function(_, opts_)
dofile(vim.g.base46_cache .. "mason")
require('mason').setup(opts)
end,
},
{'williamboman/mason-lspconfig.nvim'},
{'VonHeikemen/lsp-zero.nvim', branch = 'v3.x'},
{'neovim/nvim-lspconfig'},
{'hrsh7th/cmp-nvim-lsp'},
{'hrsh7th/nvim-cmp'},
{'L3MON4D3/LuaSnip'},
}