vim.opt will be discontinued?
Hi,
I'm quite new to the neovim ecosystem and stubled upon this project. Thanks for the great work :slightly_smiling_face: . I'm currently a bit confused regarding vim.o vs vim.opt and stubbled upon this comment in the github issue: https://github.com/neovim/neovim/issues/30383#issuecomment-2351519326 . 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?
Hi.
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.