*conjure-client-julia-stdio* ============================================================================== CONTENTS *conjure-client-julia-stdio-contents* 1. Introduction ............. |conjure-client-julia-stdio-introduction| 2. Mappings ..................... |conjure-client-julia-stdio-mappings| 3. Configuration ........... |conjure-client-julia-stdio-configuration| ============================================================================== INTRODUCTION *conjure-client-julia-stdio-introduction* Conjure starts a Julia REPL within Neovim when you first open a Julia (`.jl`) file. You should be able to evaluate files and forms as you would with other Conjure supported languages right away. You will have to use visual and motion based evaluations unless you have tree sitter set up and configured for the Julia language. Check out `:ConjureSchool` if you're unsure about what evaluation operations you can perform. * https://julialang.org/ ============================================================================== MAPPINGS *conjure-client-julia-stdio-mappings* These mappings are the defaults, you can change them as described in |conjure-mappings| and |conjure-configuration|. See |conjure-client-julia-stdio-configuration| for specific configuration options relevant to these mappings. cs Start the Julia REPL if it's not running already. cS Stop any existing Julia REPL. ei Interrupt the REPL execution. ============================================================================== CONFIGURATION *conjure-client-julia-stdio-configuration* All configuration can be set as described in |conjure-configuration|. *g:conjure#client#julia#stdio#mapping#start* `g:conjure#client#julia#stdio#mapping#start` Start the Julia REPL if it's not running already. Default: `"cs"` *g:conjure#client#julia#stdio#mapping#stop* `g:conjure#client#julia#stdio#mapping#stop` Stop any existing Julia REPL. Default: `"cS"` *g:conjure#client#julia#stdio#mapping#interrupt* `g:conjure#client#julia#stdio#mapping#interrupt` Interrupt the REPL execution. Default: `"ei"` *g:conjure#client#julia#stdio#command* `g:conjure#client#julia#stdio#command` Command used to start the Julia REPL, you can modify this to add arguments or change the command entirely. Default: `"julia --banner=no --color=no -i"` *g:conjure#client#julia#stdio#prompt_pattern* `g:conjure#client#julia#stdio#prompt_pattern` Lua pattern to identify a new REPL prompt. This match signals to Conjure that the previous evaluation is complete and we're ready to submit more code as well as collect all output prior to the marker as the result. Default: `""` vim:tw=78:sw=2:ts=2:ft=help:norl:et:listchars=