You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm quite new to the neovim ecosystem and stubled upon this project. Thanks for the great work 🙂 . I'm currently a bit confused regarding vim.o vs vim.opt and stubbled upon this comment in the github issue: neovim/neovim#30383 (comment) . As far as I can tell lua.init is also using vim.opt which will be discontinued? Shouldn't this script then rather encurage to use vim.o?
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. It's a good distant early warning.
I'm going to leave this bug around because we'll probably eventually need to do the work of translating all the calls, but we are a "leaf node" in the Neovim ecosystem.
We'll need ALL the plugins this project encompasses to be fixed first, then our configuration will follow suit.
Hi,
I'm quite new to the neovim ecosystem and stubled upon this project. Thanks for the great work 🙂 . I'm currently a bit confused regarding
vim.o
vsvim.opt
and stubbled upon this comment in the github issue: neovim/neovim#30383 (comment) . As far as I can telllua.init
is also usingvim.opt
which will be discontinued? Shouldn't this script then rather encurage to usevim.o
?The text was updated successfully, but these errors were encountered: