GTK frontend, written in Rust for the xi editor.
gxi is a work in progress!
You need to have the Rust compiler installed. I recommend using rustup.
sudo apt-get install libgtk-3-dev
sudo yum install gtk3-devel
Running these commands will put the syntect plugin into your ~/.config/xi/plugins
directory.
git clone https://github.com/google/xi-editor/
cd xi-editor/rust/syntect-plugin/
make install
git clone https://github.com/bvinc/gxi.git
cd gxi
cargo run