mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00

* feat(lua): allow vim.wo to be double indexed Problem: `vim.wo` does not implement `setlocal` Solution: Allow `vim.wo` to be double indexed Co-authored-by: Christian Clason <c.clason@uni-graz.at>