cmp lose all completions for vim api

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • neodev.nvim

    💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.

  • I also have neodev.nvim with the default configuration. Does anyone have the same issue here?

  • nvim-cmp

    A completion plugin for neovim coded in Lua.

  • I wonder if it is due to my cmp configuration? Source of my cmp is configured as followed: lua sources = cmp.config.sources({ { name = "nvim_lsp", entry_filter = function(entry, _) -- Kind enum: https://github.com/hrsh7th/nvim-cmp/blob/main/lua/cmp/types/lsp.lua#L178-L204 -- if kind is Text, then filter if entry:get_kind() == 1 then return false end return true end, }, { name = "luasnip" }, { name = "buffer", keyword_length = 4 }, { name = "path" }, }),

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

  • No lsp suggestions for vim.api and other vim functions

    2 projects | /r/neovim | 21 Jan 2023
  • LSP for Neovim API?

    2 projects | /r/neovim | 10 Jan 2023
  • Sumneko global vim completion using native-lsp

    3 projects | /r/neovim | 28 Jan 2022
  • How to copy LSP diagnostics from folke/trouble to quickfix window?

    1 project | /r/neovim | 2 Dec 2023
  • Lsp and files outside nvim/lua/

    1 project | /r/neovim | 30 Aug 2023