hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
7.53k stars 377 forks source link

Revert "add context check for invalid detection" #1691

Closed mochaaP closed 10 months ago

mochaaP commented 10 months ago

This reverts commit 3b9f28061a67b19cadc13946de981426a6425e4a.

Fixes some LSPs (especially those with context overwriting, e.g. AI code completion tools) not being shown in the results https://github.com/jcdickinson/codeium.nvim/blob/main/lua/codeium/source.lua#L36-L48

mochaaP commented 10 months ago

closing as resolved in codeium.nvim