wrapper/rc: change vim.options.mouse to a string type

As the mouse option in neovim allows combining those values.
This commit is contained in:
raf 2025-01-10 10:36:01 +03:00
commit 8448a6ca0f
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
2 changed files with 18 additions and 4 deletions

View file

@ -16,6 +16,11 @@
- Implement [](#opt-vim.git.gitsigns.setupOpts) for user-specified setup table
in gitsigns configuration.
- [](#opt-vim.options.mouse) no longer compares values to an enum of available
mouse modes. This means you can provide any string without the module system
warning you that it is invalid. Do keep in mind that this value is no longer
checked, so you will be responsible for ensuring its validity.
[amadaluzia](https://github.com/amadaluzia):
[haskell-tools.nvim]: https://github.com/MrcJkb/haskell-tools.nvim