Closed psuong closed 1 year ago
Actually interesting, that if I set let g:OmniSharp_want_snippet=1 on runtime for neovim, wanting snippets ends up working. Maybe things were just initialized in the wrong order?
I'll see if I can look into plugin initialization order with omnisharp and ddc.
Hi there,
I'm wondering how I can write a ddc completion source or extend this: https://github.com/gabriel-gardner/ddc-omnisharp-vim with ultisnips support.
Currently I get the following issue:
I'm not sure where to begin but the plugins I'm using for ddc are:
This occurs when I define
in my init.vim (neovim).