neoclide / coc-snippets

Snippets solution for coc.nvim
970 stars 41 forks source link

<Plug>(coc-snippets-expand) and <Plug>(coc-snippets-expand-jump) don't work #322

Closed ohmyhilbert closed 1 year ago

ohmyhilbert commented 1 year ago

These two keymaps are no longer exist in imap list when using latest version of coc-snippets. As a result, \, which is mapped to \(coc-snippets-expand-jump) for example, just print the text "\(coc-snippets-expand-jump)" instead of calling a function.

renatoram commented 1 year ago

Confirmed, I'm seeing the same behavior.

There are other problems with snippet completion that seem to have appeared recently but I suspect they might have the same origin.

chemzqm commented 1 year ago

Should be fixed on latest release branch of coc.nvim.