Michael Zhu
Michael Zhu
https://github.com/neovim/neovim/pull/6856 I have not tried this MR, but it seems fantastic based on comments. Hope NCM can support it.
Currently, it have to set lib clang and header path. how about trying to find automatically and then use fallback setting ? Try to find compiler database also and then...
currently, ncm2_ultisnips#_do_expand_or only try to expand snippet, but not try to jump forward. is it possible to add ? ```vim let g:ulti_expand_or_jump_res = 0 function! ExpandOrClosePopup() let snippet = UltiSnips#ExpandSnippetOrJump()...