mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-12 00:40:33 -07:00
[wip] rebuild from scratch
This commit is contained in:
parent
5c607d047b
commit
91ba5541a3
35 changed files with 473 additions and 485 deletions
16
lua/plugins/lsp-zero.lua
Normal file
16
lua/plugins/lsp-zero.lua
Normal 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'},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue