hrsh7th / nvim-cmp

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

lua print(require("cmp")) -> ture #1872

Closed xcccdjsn closed 3 months ago

xcccdjsn commented 3 months ago

FAQ

Announcement

Minimal reproducible full config

Description

Is there something wrong? Why do I keep reporting errors according to the default configuration? The first thing is cmp and boolean value. I also tested lua print(require("mason")). I installed this plug-in and the output is a table, but My lua print(require("cmp")) is a true, boolean value, which causes all subsequent setup() configurations to become invalid. Do you also have this problem?

Steps to reproduce

n

Expected behavior

n

Actual behavior

n

Additional context

No response