Neovim 0.11 deprecation warnings #1701
practicalli-johnny
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've started using Neovim 0.11 (release a few weeks ago) and see a deprecation warning on one of the dialogs. Is this something to be expected with a new major release of Neovim?
Are some of the Neovim APIs used by Neogit deprecated?
Or could it be some of the plugins that Neogit uses that use deprecated APIS.
I saw the deprecation notification when doing a commit amend to a pushed commit and a dialog appeared to confirm I wanted to modify the commit (yes, no).
The deprecated Notification did not mean much to me, except to run a healthcheck
Output from the
checkhealth vim.deprecated
command and searching for neogit showed these entries (with many duplicate lines)After cloning neogit project in Neovim, the Lua LSP server shows a deprecation warning in the
function Buffer:add_highlight
, in thelua/neogit/lib/buffer.lua
(line 456)nvim_buf_add_highlight
is deprecated in the Neovim docs:I couldnt find
tbl_islist
in the neogit code though.Beta Was this translation helpful? Give feedback.
All reactions