Fix LuaSnip regex install build

This commit is contained in:
2024-08-11 00:09:24 -04:00
parent 7fbb890c16
commit f74f6454dc
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ return {
'Dynge/gitmoji.nvim',
'SergioRibera/cmp-dotenv',
},
build = 'make install jsregexp',
config = function()
local cmp = require('cmp')
local luasnip = require('luasnip')

View File

@@ -5,4 +5,5 @@ return {
'mfussenegger/nvim-dap',
-- 'github/copilot.vim',
{ 'folke/todo-comments.nvim', dependencies = { 'nvim-lua/plenary.nvim' }, opts = {} },
{ 'L3MON4D3/LuaSnip', build = 'make install_jsregexp', opts = {} },
}