Skip to content

Commit 4d64236

Browse files
committed
Use my own Elixir snippets
It'll take less time and effort to port my Elixir snippets into a friendly-snippets fork, than for friendly-snippets to merge my PR. And I even have doubts that they *should* merge my PR -- it might be too much change for the majority of users.
1 parent b35471b commit 4d64236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plugins/blink-cmp-snippets.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ return { -- Autocompletion
2424
-- Snippets can be found at:
2525
-- nvim ~/.local/share/nvim/lazy/friendly-snippets/snippets/
2626
{
27-
'rafamadriz/friendly-snippets',
27+
'TheDDMbassy/friendly-snippets',
2828
config = function()
2929
local luasnipReq = require 'luasnip'
3030

0 commit comments

Comments
 (0)