gentoo-dots/.config/nvim/lua/plugins/lsp.lua

13 lines
333 B
Lua
Raw Permalink Normal View History

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"
}
}