LSP omnifunc fuzzy completion?

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

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
  • dotfiles

    My personal dotfiles for kitty, neovim, sway, waybar, zsh, makepg, pacman (by victor4pinheiro)

    I installed nvim-cmp with the LuaSnip , LSPConfig and nvim-lsp-installer to get this. Now, if you only installed nvim-cmp without snippers, buffers and cmdline, i don't know what to do. See the repository of nvim-cmp and install what is needed to work and if you're still in doubt, check my dotfile (https://github.com/victor4pinheiro/dotfiles/blob/main/init.lua)

  • cmp-nvim-lsp

    nvim-cmp source for neovim builtin LSP client

    nvim-cmp is just the autocompletion engine w/ fuzzy matching and other filtering options. To get items to be filled from cmp you will need sources, for example: hrsh7th/cmp-nvim-lsp plugin will provide items from a LSP server to cmp, so you can get items you can fuzzy match in. Another one is items from buffers: hrsh7th/cmp-buffer

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • cmp-buffer

    nvim-cmp source for buffer words

    nvim-cmp is just the autocompletion engine w/ fuzzy matching and other filtering options. To get items to be filled from cmp you will need sources, for example: hrsh7th/cmp-nvim-lsp plugin will provide items from a LSP server to cmp, so you can get items you can fuzzy match in. Another one is items from buffers: hrsh7th/cmp-buffer

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