This is my configuration for Kakoune editor.
On Ubuntu, install dependencies with:
sudo apt install aspell aspell-en rustc cargo
Clone this repository to ~/.config/kak
:
git clone [email protected]:strika/config-kak.git ~/.config/kak
Install plug.kak:
mkdir -p $HOME/.config/kak/plugins
git clone https://github.com/andreyorst/plug.kak.git $HOME/.config/kak/plugins/plug.kak
Start Kakoune and run plug-install
command.