Open gowachin opened 4 years ago
It seems to work when I add this at the end of the vimrc
file, but I don't quite understand how.
The issue was because I didn't mapped the snippset keys?
" Press enter key to trigger snippet expansion
" The parameters are the same as `:help feedkeys()`
inoremap <silent> <expr> <CR> ncm2_ultisnips#expand_or("\<CR>", 'n')
" c-j c-k for moving in snippet
" let g:UltiSnipsExpandTrigger = "<Plug>(ultisnips_expand)"
let g:UltiSnipsJumpForwardTrigger = "<c-j>"
let g:UltiSnipsJumpBackwardTrigger = "<c-k>"
let g:UltiSnipsRemoveSelectModeMappings = 0
I've just installed all the pluggins and they works just fine. However, the completion just add the words but no parenthesis at the end of a function for example.
Here is the .vimrc and I use vim not neovim
I don't understand if this minimal issue comes from ncm-R or ncm2...
writing this, display but after i play enter, i have this :
Thanks for taking a look at this.
Gowa (Salut de Grenoble au passage ;) )
PS: I don't use VIM since a month, I may have done something wrong