LSP omnifunc fuzzy completion?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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