ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

Can I eliminate these prompts? #1179

Closed Penguin-SAMA closed 4 months ago

Penguin-SAMA commented 4 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.10.0-dev-951+g5d8ab32f3-Homebrew

Operating system/version

WSL Ubuntu 24.04

Terminal name/version

zsh

$TERM environment variable

No response

Branch info

0.10 (Nightly)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

image

Expected behavior

Can I eliminate these prompts?

Actual behavior

No response

Additional information

No response

CharlesChiuGit commented 4 months ago

seems like your custom plugin, nothing wrong on my side.

NVIM v0.10.0-dev-2397+ga9f578b7a
Build type: RelWithDebInfo
LuaJIT 2.1.1707061634
branch 0.10
Penguin-SAMA commented 4 months ago

However, whenever I open any editable file, this prompt pops up. How should I locate the source of the error?

NVIM v0.10.0-dev-2397+ga9f578b7a
Build type: RelWithDebInfo
LuaJIT 2.1.1707061634
Run "nvim -V1 -v" for more info
CharlesChiuGit commented 4 months ago

have u check your custom plugin yet?

vollowx commented 4 months ago

It's aerial.nvim as the error notification says.

Try to update your plugins and then check if the msg still exists. If so, check if there were breaking changes or api changes. If still not and u're sure that it's the plugin's bug instead if ur config, report to the plugin repo.

If u get an error, check its contents firstly instead of posting the screenshot without thinking, the error message isn't rubbish

Penguin-SAMA commented 4 months ago

thx, I commented out a certain line in diagnostic.lua, and now it no longer shows an error message.