neoclide/coc.nvim

`nvim.getOption` fails on nvim 0.11+

Closed this issue · 0 comments

The nvim_get_option function was deprecated, would return error Invalid option name.

The https://github.com/neoclide/neovim package needs to upgrade to use nvim_get_option_value function.