Quick start: Rust (evcxr) - Olical/conjure GitHub Wiki
-
Install the latest Neovim.
-
Install the Conjure plugin.
-
Install evcxr_repl.
-
Install the nvim-treesitter plugin.
-
Run
:TSInstall rust
to install parser for Rust. -
(Optional) Install the nvim-treesitter-textobjects plugin. With this plugin, you can use shortcut keys to select, e.g. a function, and the send it to Conjure for evaluation.