Skip to content
Snippets Groups Projects
Verified Commit c2f36082 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: make install jsregexp for LuaSnip

parent 6584a988
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,14 @@ return {
'hrsh7th/nvim-cmp',
dependencies = {
-- Snippet Engine & its associated nvim-cmp source
'L3MON4D3/LuaSnip',
{
"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"
},
'saadparwaiz1/cmp_luasnip',
-- Adds LSP completion capabilities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment