13 lines
333 B
Lua
13 lines
333 B
Lua
|
return {
|
||
|
"neovim/nvim-lspconfig",
|
||
|
"hrsh7th/nvim-cmp",
|
||
|
"hrsh7th/cmp-nvim-lsp",
|
||
|
{
|
||
|
"L3MON4D3/LuaSnip",
|
||
|
-- follow latest release.
|
||
|
version = "v2.3.0", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
|
||
|
-- install jsregexp (optional!).
|
||
|
build = "make install_jsregexp"
|
||
|
}
|
||
|
}
|