Skip to content

Commit 899bb41

Browse files
committed
fix(plugin): correct plugin name for LuaSnip
1 parent 7628254 commit 899bb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/blink.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ return {
2727
},
2828
{
2929
-- snippet plugin
30-
"L4MON4D3/LuaSnip",
30+
"L3MON4D3/LuaSnip",
3131
lazy = false,
3232
dependencies = "rafamadriz/friendly-snippets",
3333
opts = { history = true, updateevents = "TextChanged,TextChangedI" },

0 commit comments

Comments
 (0)