nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.2k stars 107 forks source link

chore(window): replace deprecated usage nvim_buf_set_option #433

Closed codymikol closed 1 month ago

codymikol commented 1 month ago

this is now deprecated in 0.10 and can be replaced with nvim_set_option_value

per https://neovim.io/doc/user/deprecated.html#deprecated-0.10

Fixes: N/A

rcarriga commented 1 month ago

Thank you :+1: