We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d166511 commit 8689ac3Copy full SHA for 8689ac3
lua/plugins/luasnip.lua
@@ -1,7 +1,6 @@
1
local config = vim.fn.stdpath("config")
2
assert(type(config) == "string")
3
local snippet_dir = vim.fs.joinpath(config, "snippets")
4
-require("utils.pr_merged").on_lazy("saadparwaiz1/cmp_luasnip", { 65 })
5
6
---@type LazySpec
7
return {
@@ -28,7 +27,7 @@ return {
28
27
},
29
{
30
"nvim-cmp",
31
- dependencies = { "aarondill/cmp_luasnip" },
+ dependencies = { "saadparwaiz1/cmp_luasnip" },
32
opts = function(_, opts)
33
opts.snippet = { expand = function(args) require("luasnip").lsp_expand(args.body) end }
34
table.insert(opts.sources, { name = "luasnip" })
0 commit comments