diff options
Diffstat (limited to 'nvim/lua/plugins/lspzero.lua')
| -rw-r--r-- | nvim/lua/plugins/lspzero.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nvim/lua/plugins/lspzero.lua b/nvim/lua/plugins/lspzero.lua new file mode 100644 index 0000000..bc16001 --- /dev/null +++ b/nvim/lua/plugins/lspzero.lua @@ -0,0 +1,15 @@ +return { + 'VonHeikemen/lsp-zero.nvim', + branch = 'v2.x', + dependencies = { + -- LSP Support + {'neovim/nvim-lspconfig'}, -- Required + {'williamboman/mason.nvim'}, -- Optional + {'williamboman/mason-lspconfig.nvim'}, -- Optional + + -- Autocompletion + {'hrsh7th/nvim-cmp'}, -- Required + {'hrsh7th/cmp-nvim-lsp'}, -- Required + {'L3MON4D3/LuaSnip'}, -- Required + } +} |
