Skip to content
Discussion options

You must be logged in to vote

@soulinland82 did't you figured out why snippets appear twice?

For now I just stuck to default snippets, enabled friendly-snippets and added a path to my own snippets, as before blink.cmp I used luasnip just to load the friendly-snippets and my own snippets.

          snippets = {
            name = "snippets",
            opts = {
              friendly_snippets = true,
              search_paths = { vim.fn.stdpath("config") .. "/nvim/my-snippets" },
            },
            module = "blink.cmp.sources.snippets",
}

But I would like to use luasnip again, as it adds some more features for the snippets

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@soulinland82
Comment options

@krovuxdev
Comment options

@soulinland82
Comment options

@MijikHna
Comment options

Answer selected by soulinland82
@soulinland82
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants