nvim-rs
nvim-rs copied to clipboard
set_option uses nvim_buf_set_option instead of nvim_set_option
Given that it doesn't pass a buffer id, I think this is a no-op. Not sure though
So there are 3 instances of a set_option
function. You probably mean the method on Buffer
? It does use nvim_buf_set_option
indeed, but it also passes the buffer id. Do you have something going wrong?
I have no idea what i was on about here