Gregory Houldsworth

Results 2 comments of Gregory Houldsworth

As suggested: - update neovim (or rather, remove neovim and install the 0.5) - trying out the `develop` branch for Conjure Still getting those control characters. My `~/.config/nvim/.vimrc` contains: ```...

It could be my chicken. _Very crudely_ modifying `init.vim` to use Gambit: ``` let g:conjure#client#scheme#stdio#command = "/usr/local/Gambit/bin/gsi" let g:conjure#client#scheme#stdio#prompt_pattern = "\n> " ``` I get `(out)` prefixes but simple expressions...