feat: added neovim configuration

This commit is contained in:
David Ibia
2024-01-01 12:34:19 +01:00
commit 2537f12e0c
27 changed files with 402 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
return {
'VonHeikemen/lsp-zero.nvim', branch = 'v3.x',
dependencies = {
'williamboman/mason.nvim',
'williamboman/mason-lspconfig.nvim',
'neovim/nvim-lspconfig',
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/nvim-cmp',
'L3MON4D3/LuaSnip',
},
config = function()
require("absolute.after.lsp-zero")
end
}