Work in progress...
A Vim plugin for Xi, a musical pattern language written in Ruby.
This plugin communicate with Xi REPL asynchronously, so you need either Vim 8.0+ with +channel
and +job
, or Neovim.
<localleader>b
or run :XiStart
to start REPL<c-e>
or <localleader>ee
Install the plugin manually on your ~/.vim
(or ~/.local/share/nvim
if using Neovim) or with a plugin manager, like vim-plug:
Plug 'xi-livecode/vim-xi'
For now you need to configure your REPL path. Run first on your terminal:
$ whereis xi
xi: /usr/local/bin/xi
And define on your .vimrc
:
let g:xi_repl = '/usr/local/bin/xi'
<localleader>b
: Start Xi REPL<localleader>q
: Stop Xi REPL<localleader>ee
or <c-e>
: Evaluate paragraph<localleader>h
or <c-h>
: Silence all streams (hush)to-do
Bug reports and pull requests are welcome on GitHub at https://github.com/xi-livecode/vim-xi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Refer to the LICENSE file.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4