coc-snippets VS cmp-nvim-ultisnips

Compare coc-snippets vs cmp-nvim-ultisnips and see what are their differences.

cmp-nvim-ultisnips

nvim-cmp source for ultisnips (by quangnguyen30192)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
coc-snippets cmp-nvim-ultisnips
3 3
950 132
0.3% -
6.3 2.3
3 months ago 10 months ago
TypeScript Lua
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

coc-snippets

Posts with mentions or reviews of coc-snippets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • How to configure vim like an IDE
    44 projects | /r/vim | 27 Jun 2023
    For coc, there's coc-snippets
  • Organise snippets
    1 project | /r/vimplugins | 4 Oct 2021
    I'm using coc-snippets. https://github.com/neoclide/coc-snippets Is there a way to better organise the snippets file? I need a better way to keep track of what snippets have been added already. Can I break up the snippets file into smaller files like you do with includes in PHP or imports with scss files? I rely on the snippets a lot and Im constantly adding to my snippets files for scss, php and js.
  • Recommended autocompletion plugin
    11 projects | /r/neovim | 24 Sep 2021
    If you don't want to setup a bunch of customizations and just want it to work then coc.nvim is the way to go, just install coc.nvim and coc-r-lsp extenstion. For snippets get coc-snippets extension, which will use ultisnips for snippets.

cmp-nvim-ultisnips

Posts with mentions or reviews of cmp-nvim-ultisnips. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.
  • lsp-zero v2.x is now available
    4 projects | /r/neovim | 23 Apr 2023
    I didn't know lsp-zero, but this integration seems just for me except for that I am using UltiSnips instead of luasnip. Just curious how difficult do you think it is to add UltiSnips integration along with cmp-nvim-ultisnips?
  • Recommended autocompletion plugin
    11 projects | /r/neovim | 24 Sep 2021
    For cmp you will need the autocompletion engine and the sources to use. Sources are plugins for cmp that will populate the popup menu with items from different contexts, like from nvim-lsp, ultisnips, vsnip, etc. So you will need to install nvim-cmp along with sources like nvim-lsp source and ultisnips source. Finally, you will need the setup() function to add the expansion trigger, list the sources, add mappings, etc. You will just have to read the docs on the README in the repo for some example code. Unfortunately, those examples are not great to copy/paste if you have no clue what it's doing.
  • Working config for cmp-nvim +Ultisnips
    2 projects | /r/neovim | 24 Sep 2021
    cmp-nvim-ultisnips

What are some alternatives?

When comparing coc-snippets and cmp-nvim-ultisnips you can also consider the following projects:

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

coq.artifacts

cmp-nvim-lsp - nvim-cmp source for neovim builtin LSP client

YetAnotherNeovimConfig - ConfiguraciĆ³n de Neovim con lua

ddc.vim - Dark deno-powered completion framework for neovim/Vim

nvim-cmp - A completion plugin for neovim coded in Lua.

ddc-ultisnips - ultisnips source for ddc.vim

nvim-lspconfig - Quickstart configs for Nvim LSP