-
I've been trying out the built in vim completion with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We don't yet support omnifunc, sorry :/ If you want to implement it though, you can extract relevant code (get list of snippets, expand chosen snippet) from |
Beta Was this translation helpful? Give feedback.
We don't yet support omnifunc, sorry :/
If you want to implement it though, you can extract relevant code (get list of snippets, expand chosen snippet) from
cmp_luasnip
.I can't give any advice on writing a new source for omnifunc, but I'm certain that there is a source for ultisnips/vim-vsnip/snipmate out there, which might be adaptable.
(If you end up implementing it, definitely add it to the wiki, or the readme :D)