12 lines
366 B
Lua
12 lines
366 B
Lua
|
return {{'VonHeikemen/lsp-zero.nvim', branch = 'v4.x'},
|
||
|
{'neovim/nvim-lspconfig'},
|
||
|
{'hrsh7th/cmp-nvim-lsp'},
|
||
|
{'hrsh7th/nvim-cmp'},
|
||
|
{
|
||
|
"L3MON4D3/LuaSnip",
|
||
|
-- follow latest release.
|
||
|
version = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
|
||
|
-- install jsregexp (optional!).
|
||
|
build = "make install_jsregexp"
|
||
|
}}
|