ddc.vim
Dark deno-powered completion framework for Vim/Neovim (by Shougo)
cmp-nvim-lsp
nvim-cmp source for neovim builtin LSP client (by hrsh7th)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
ddc.vim | cmp-nvim-lsp | |
---|---|---|
17 | 25 | |
720 | 1,444 | |
0.6% | 1.7% | |
8.7 | 4.1 | |
3 days ago | 3 months ago | |
TypeScript | Lua | |
MIT License | 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.
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.
ddc.vim
Posts with mentions or reviews of ddc.vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-06.
-
Existing non-lua plugins examples
Have a look at ddc.vim and denops.vim
-
alternative to Shougo/deoplete completion?
There is shougo/ddc.vim by the same author
- Nvim-ers who use any other completion plugin other than nvim-cmp , why?
-
Has anyone ever created a NeoVim plugin using Denops .vim? In the process of creating a plugin for NeoVim, I tried to learn about Deno, but it doesn't work. I would like to know the simple process of making a plugin. I am still a beginner in programming. But I love vim. I want to make my own plugin.
e.g:https://github.com/Shougo/ddc.vim
- vim 8.1 deoplete error?
-
[plugin woes] Any vim-lsp-ale alternatives for built-in lsp client?
I use dense-analysis/Ale for code linting. Lately, I moved to update my tab completion from deoplete to Shougo/ddc.vim; the autocompletion of Ale is routed to ddc using statiolake/ddc-ale but the Ale autocomplete leaves things to be desired.
- Speed comparison of Dictionary words autocompletion between at kakoune and vim+coc-vim
- Completion neovim plugins
-
[question] Had anyone tried ddc.vim (vs nvim-cmp)?
I was looking at ddc.vim and it looked somewhat similar to nvim-cmp. There's also multiple sources for it with no inbuilt ones. So, I was wondering if anyone has used both of them and could provide some pointers on a rough comparison between the both. Also, if there's any config file with sources for lsp, buffer, and other useful ones already setup, then could you share that too?
-
Smarter completion in the middle of the word?
Sadly deoplete doesn't play well with 'some' asynchronous plugin sources (ex: vim-iced). I still got to try ddc.vim to see if things are easier and if middle word completion is done right.
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 2024-12-27.
-
How to Setup Vim for Kotlin Development
For this, we need to install a new completion engine: nvim-cmp. This engine uses completion “sources” (installed as separate dependencies) to populate the completion menu. So we also need to install cmp-buffer and cmp-nvim-lsp. Check out this tutorial by TJ DeVries for more info about how this plugin works.
-
An Experienced (Neo)Vimmer's Workflow
I use this, but there's other options: https://github.com/hrsh7th/cmp-nvim-lsp
require('lspconfig')['tsserver'].setup{
-
Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
hrsh7th/cmp-nvim-lsp: nvim-cmp source for neovim builtin LSP client
-
[Need Help]: I am having trouble getting autocomplete with clangd.
You need to add nvim-cmp and cmp-nvim-lsp
-
Neovim lsp not updating (Nuxt 3 auto import)
I had the exact problem recently with svelte and Astro. I opened an issue that never got any reply.: https://github.com/hrsh7th/cmp-nvim-lsp/issues/56
-
Trouble with installing cmp/lsp autocompletion
Plugins Needed: * nvim-lspconfig * nvim-cmp * cmp-nvim-lsp
-
How to setup auto completion, etc. using LSP and stuff without bloating everything with a plugin manager?
-- need to install https://github.com/hrsh7th/cmp-nvim-lsp for server in pairs(servers) do lspconfig[server].setup { on_attach = on_attach, capabilities = require("cmp_nvim_lsp").default_capabilities(), settings = servers[server], } end ```
-
Make lsp-zero.nvim coexists with other plugins instead of controlling them
cmp-nvim-lsp: Completion source. Shows data send by the language server.
-
Jdt.ls doesn't work in nvim-lspconfig
The default capabilities are from this plugin: https://github.com/hrsh7th/cmp-nvim-lsp
-
Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
cmp-nvim-lsp: integração com LSP;
What are some alternatives?
When comparing ddc.vim and cmp-nvim-lsp you can also consider the following projects:
deoplete.nvim - :stars: Dark powered asynchronous completion framework for neovim/Vim8
mason.nvim - Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
nvim-cmp - A completion plugin for neovim coded in Lua.
denops.vim - 🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured