diff options
| author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-25 18:59:27 -0400 |
|---|---|---|
| committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-25 18:59:27 -0400 |
| commit | 624620c918c4d9590f177290e27f469b4778d63f (patch) | |
| tree | 5715f0fd70470bad983a8d134ecadc2f7f0b4aec /lua | |
| parent | fb6d08dabb1f500aac84be26fc10185b60a30820 (diff) | |
add lsp config
Diffstat (limited to '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) |
