neovim-config VS completion-nvim

Compare neovim-config vs completion-nvim and see what are their differences.

neovim-config

configuration files for neovim (by rebuilt)

completion-nvim

A async completion framework aims to provide completion to neovim's built in LSP written in Lua (by nvim-lua)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
neovim-config completion-nvim
2 33
0 1,009
- -
0.0 6.0
about 3 years ago over 2 years ago
Lua 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.

neovim-config

Posts with mentions or reviews of neovim-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-07.
  • Help a newb migrate to NeoVim from VSCode
    4 projects | /r/neovim | 7 May 2021
    Ultimately, only you know what works best for your workflow. And your ideal setup will be one that you write yourself. But that doesn't mean you should stay away from other people's configs. Search this subreddit. Try some out. See how other people live. The most obvious things will be the different plugins. You may know how to edit in vim but it's not clear to me if you're already familiar with things like registers, buffers, macros, quickfix lists and other built-in functionality. That stuff is important to learn. These are my dots if you're curious. https://github.com/rebuilt/neovim-config. As for writing in lua vs vimscript, more setup guides include information for vimscript because it's been around longer. But if you're moving to neovim to take advantage of lsp and treesitter and luajit then you might as well go with lua. This is assuming you don't already know vimscript. Find plugins that take advantage of the latest features here. https://github.com/rockerBOO/awesome-neovim. If you're migrating from vs code you might feel at home with this set of configs. https://github.com/ChristianChiarulli/LunarVim
  • I need Tab to work as it does in Sublime-Text. Has anyone figured this out?
    4 projects | /r/neovim | 6 May 2021
    I have it set up in my configs using completion-nvim. https://github.com/rebuilt/neovim-config

completion-nvim

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

What are some alternatives?

When comparing neovim-config and completion-nvim you can also consider the following projects:

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

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

nvim-autopairs - autopairs for neovim written in lua

YouCompleteMe - A code-completion engine for Vim

nvim-compe - Auto completion Lua plugin for nvim

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

ultisnips - UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!

deoplete.nvim - :stars: Dark powered asynchronous completion framework for neovim/Vim8

python-lsp-server - Fork of the python-language-server project, maintained by the Spyder IDE team and the community

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

nvim-lspconfig - Quickstart configs for Nvim LSP

asyncomplete.vim - async completion in pure vim script for vim8 and neovim