hrsh7th / nvim-cmp

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

Ghost Text Errors #1934

Open frolvanya opened 4 months ago

frolvanya commented 4 months ago

FAQ

Announcement

Minimal reproducible full config

It should work on neovim 0.10 (stable) with nvim-cmp plugin installed

Description

When I start writing text inside double quotes, I constantly get these errors related to ghost text

image image

Steps to reproduce

Writing in double quotes in lua (I haven't tested other languages)

Expected behavior

No error

Actual behavior

Error related to calling a function inside a ghost_text_view.lua

Additional context

No response

Shougo commented 4 months ago

It is the dup of https://github.com/hrsh7th/nvim-cmp/issues/1877.