error: You must enable one of the features: neovim-0-7, neovim-0-8, neovim-nightly
Brent7788 opened this issue · 1 comments
Brent7788 commented
I don't understand why I'm getting this error: You must enable one of the features: neovim-0-7, neovim-0-8, neovim-nightly?
I'm using arch Linux with neovim version: NVIM v0.8.2
I feel like I'm missing something very obvious.
Please help.
Brent7788 commented
I got it to work by adding the features to my dependence.
[dependencies]
nvim-oxi = { version = "0.2.2", features = ["neovim-0-8"]}