cmp-nvim-lsp VS coc-snippets

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

cmp-nvim-lsp

nvim-cmp source for neovim builtin LSP client (by hrsh7th)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cmp-nvim-lsp coc-snippets
22 3
1,032 949
- 0.2%
5.1 6.3
3 months ago 2 months ago
Lua TypeScript
MIT License -
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.

cmp-nvim-lsp

Posts with mentions or reviews of cmp-nvim-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-25.

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.

What are some alternatives?

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

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

cmp-nvim-ultisnips - nvim-cmp source for ultisnips

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

lspkind.nvim - vscode-like pictograms for neovim lsp completion items

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

lspkind-nvim - vscode-like pictograms for neovim lsp completion items [Moved to: https://github.com/onsails/lspkind.nvim]

coq.artifacts

nvim-lspconfig - Quickstart configs for Nvim LSP

ddc-ultisnips - ultisnips source for ddc.vim

nvim-compe - Auto completion Lua plugin for nvim