*conjure-client-fennel-stdio* ============================================================================== CONTENTS *conjure-client-fennel-stdio-contents* 1. Introduction ........ |conjure-client-fennel-stdio-introduction| 2. Mappings ................ |conjure-client-fennel-stdio-mappings| 3. Configuration ...... |conjure-client-fennel-stdio-configuration| ============================================================================== INTRODUCTION *conjure-client-fennel-stdio-introduction* > Fennel is a programming language that brings together the speed, simplicity, and reach of Lua with the flexibility of a lisp syntax and macro system. Conjure starts a Fennel REPL within Neovim when you first open a Fennel file. The default Fennel filetype client is `conjure.client.fennel.aniseed`, to use this client instead you must override the configuration. > let g:conjure#filetype#fennel = "conjure.client.fennel.stdio" You should be able to evaluate files and forms as you would with other Conjure supported languages right away. Check out `:ConjureSchool` if you're unsure about what evaluation operations you can perform. * https://fennel-lang.org/ ============================================================================== MAPPINGS *conjure-client-fennel-stdio-mappings* These mappings are the defaults, you can change them as described in |conjure-mappings| and |conjure-configuration|. See |conjure-client-fennel-stdio-configuration| for specific configuration options relevant to these mappings. cs Start the Fennel REPL if it's not running already. cS Stop any existing Fennel REPL. eF Reload the current file using the Fennel REPL's built-in `,reload ...` mechanism. ============================================================================== CONFIGURATION *conjure-client-fennel-stdio-configuration* All configuration can be set as described in |conjure-configuration|. *g:conjure#client#fennel#stdio#mapping#start* `g:conjure#client#fennel#stdio#mapping#start` Start the Fennel REPL if it's not running already. Default: `"cs"` *g:conjure#client#fennel#stdio#mapping#stop* `g:conjure#client#fennel#stdio#mapping#stop` Stop any existing Fennel REPL. Default: `"cS"` *g:conjure#client#fennel#stdio#mapping#eval_reload* `g:conjure#client#fennel#stdio#mapping#eval_reload` Reload the current file. Default: `"eF"` *g:conjure#client#fennel#stdio#command* `g:conjure#client#fennel#stdio#command` Command used to start the Fennel REPL, you can modify this to add arguments or change the command entirely. Default: `"fennel"` *g:conjure#client#fennel#stdio#prompt_pattern* `g:conjure#client#fennel#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=