Cargo Features
nvim-api has no features set by default.
[dependencies]
nvim-api = { version = "0.2.0", features = ["neovim-0-7", "neovim-0-8", "neovim-nightly"] }
- neovim-0-7
-
Enables neovim-0-7 of nvim-types
- neovim-0-8
-
Enables neovim-0-8 of nvim-types
Affects
command_args::CommandArgs.smods
,vimscript::cmd
,vimscript::parse_cmd
… - neovim-nightly
-
Enables neovim-nightly of nvim-types
Affects
command_args::CommandArgs.smods
,vimscript::cmd
,vimscript::parse_cmd
…