summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-07-17 11:01:18 -0400
committerBenjamin Chaussé <Benjamin.Chausse@goto.com>2024-07-17 11:01:18 -0400
commite930cfc9a81c12112034ce7521df73b4056eae58 (patch)
treee5e89dd13f8cfa1b4dee4724ef3e066ce27f7e0d /lua
parentadf33a256877b7544b7674963f309846b11b1104 (diff)
Auto build jsregexp for Luasnip
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/cmp.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua
index 3914e80..e079910 100644
--- a/lua/plugins/cmp.lua
+++ b/lua/plugins/cmp.lua
@@ -1,11 +1,11 @@
return {
"hrsh7th/nvim-cmp",
dependencies = {
- "hrsh7th/cmp-nvim-lsp",
- "hrsh7th/cmp-buffer",
- "hrsh7th/cmp-path",
- "L3MON4D3/LuaSnip",
- "saadparwaiz1/cmp_luasnip",
+ { "hrsh7th/cmp-nvim-lsp" },
+ { "hrsh7th/cmp-buffer" },
+ { "hrsh7th/cmp-path" },
+ { "L3MON4D3/LuaSnip", build = "make install_jsregexp" },
+ { "saadparwaiz1/cmp_luasnip" },
},
config = function()
local cmp = require("cmp")