-
-
Notifications
You must be signed in to change notification settings - Fork 114
Quick start: Rust (evcxr)
Ross Baquir edited this page Apr 15, 2023
·
2 revisions
-
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.