tris203 / precognition.nvim

💭👀precognition.nvim - Precognition uses virtual text and gutter signs to show available motions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING: {precognition.nvim} Setting a table to Plugin.config is deprecated....

PJC-64 opened this issue · comments

Receiving the above warning in :checkhealth when running the latest nvim nightly:

nvim -V1 -v output:

NVIM v0.11.0-dev-295+g1db1476fd-Homebrew
Build type: Release
LuaJIT 2.1.1716656478

Full warning:
WARNING {precognition.nvim}: setting a table to Plugin.config is deprecated. Please use Plugin.opts instead

This is a lazy depreciation

In your Precognition config, change the config key to opts

Many thanks - that change to my .lua file invoking precognition fixed it.