Looks like the nvim-compe plugin is going to be deprecated, replaced by nvim-cmp (eventually)

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lspkind.nvim

    vscode-like pictograms for neovim lsp completion items

    I copy pasted the icons from https://github.com/onsails/lspkind-nvim/blob/master/lua/lspkind/init.lua and added the spaces:

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • nvim-cmp

    A completion plugin for neovim coded in Lua.

    I see that hrsh7th has recently introduced the nvim-cmp plugin.

  • nvim-compe

    Discontinued Auto completion Lua plugin for nvim

    But nvim-compe already exists.

  • kickstart.nvim

    A launch point for your personal nvim configuration

    have a look at defaults.nvim. it's recently been updated to use nvim-cmp from nvim-compe

  • kok.nvim

    Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.

    On top of this: not trying to discredit someone's work but these commit messages for coq_nvim are not exactly promising

  • cmp-nvim-lsp

    nvim-cmp source for neovim builtin LSP client

    Hey, thanks for sharing, I am able to get it working, however, I have doubts... In this line, what exactly does "nvim_lsp" means? I mean, if I have installed a source for ex. hrsh7th/cmp-nvim-lsp, then shouldn't it be "cmp-nvim-lsp" as source name? Providing "nvim_lsp" source name works for me but not "cmp-nvim-lsp"!!

  • vscode-codicons

    The icon font for Visual Studio Code

    Thanks! If you use the official VS Code codicons https://github.com/microsoft/vscode-codicons then this is the setup for you!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Can anyone explain how to use treesitter with neovim in simple language?

    2 projects | /r/neovim | 2 Dec 2022
  • Is it a bad config or cmp isn't as smart as VSCode autocompletion?

    5 projects | /r/neovim | 11 Oct 2022
  • nvim-cmp VS kok.nvim - a user suggested alternative

    2 projects | 1 Jun 2022
  • What's the best plugin for autocompletion?

    2 projects | /r/neovim | 17 Apr 2022
  • Auto-completion plugin alternatives?

    4 projects | /r/neovim | 10 Oct 2021

Did you konow that Lua is
the 18th most popular programming language
based on number of metions?