kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

vim.opt will be discontinued?

Open git-dimiz opened this issue 1 year ago • 1 comments

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?

git-dimiz avatar Dec 13 '24 14:12 git-dimiz

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.

feoh avatar Dec 29 '24 17:12 feoh