diff options
Diffstat (limited to 'lua/zberwaldt/packer.lua')
-rw-r--r-- | lua/zberwaldt/packer.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lua/zberwaldt/packer.lua b/lua/zberwaldt/packer.lua index 030c760..1b9a136 100644 --- a/lua/zberwaldt/packer.lua +++ b/lua/zberwaldt/packer.lua | |||
@@ -21,4 +21,16 @@ return require('packer').startup(function(use) | |||
21 | use('theprimeagen/harpoon') | 21 | use('theprimeagen/harpoon') |
22 | use('mbbill/undotree') | 22 | use('mbbill/undotree') |
23 | use('tpope/vim-fugitive') | 23 | use('tpope/vim-fugitive') |
24 | use { | ||
25 | 'VonHeikemen/lsp-zero.nvim', | ||
26 | branch = 'v3.x', | ||
27 | requires = { | ||
28 | {'williamboman/mason.nvim'}, | ||
29 | {'williamboman/mason-lspconfig.nvim'}, | ||
30 | {'neovim/nvim-lspconfig'}, | ||
31 | {'hrsh7th/nvim-cmp'}, | ||
32 | {'hrsh7th/cmp-nvim-lsp'}, | ||
33 | {'L3MON4D3/LuaSnip'}, | ||
34 | } | ||
35 | } | ||
24 | end) | 36 | end) |