mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
feat: added neovim configuration
This commit is contained in:
15
lua/absolute/plugins/lsp-zero.lua
Normal file
15
lua/absolute/plugins/lsp-zero.lua
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user