How to disable this warning when I launch neovim

is been a while and they start to annoy me. I thought they will go away after an update
but they didn’t.

NVIM v0.8.0-dev
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by hendry

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/share/nvim"

Run :checkhealth for more info

Those errors probably come from a plugin. When errors like that pop-up, it’s likely you’re using deprecated options for a plugin.

A quick google search took me to gitsigns.nvim, so if you have that plugin make sure you’re setting it up according to the most up-to-date documentation or pin the version of the plugin if you’d rather not update.

Thank you. this was helpful… I update my configuration for gitsign the warning went away