Alex Rutar's Blog · Sep 12, 2025
Dynamically set Cargo features in Neovim
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Rust analyzer Rust analyzer is a language server which provides editor support for the Rust programming language . Neovim has built-in language server protocol support. Cargo supports feature flags, which enable conditional configuration. However, any blocks which are not compiled for a given feature do not benefit from rust-analyzer language server support. While it is possible to enable features…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.