Replies: 1 comment
|
A bit late to answer but later than never :) This should work out of the box since this is managed internally by You can check the output of Note that for some of them you may want to tweak the MiniSnippets.gen_loader.from_lang({
lang_patterns = {
tex = { 'latex.json' },
plaintex = { 'latex.json' },
},
}See |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
my current
cmp.luawhen using
snippets = { preset = 'mini_snippets' },as said in the docs https://cmp.saghen.dev/configuration/snippets#mini-snippetsblink only picks up the the
mini.snippetsand doesn't use thefriendly-snippetsIs there a way to get them both working?
also my
mini-snippets.luafor reference:All reactions