summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")