My Kakoune Configuration
Kakoune is an interesting editor. Helix was heavily inspired by it.
I have Kakoune setup in a specific way, which requires external dependencies to access features such as LSP support, fuzzy finder, Git UI via LazyGit, file explorer, etc.
All of these can be installed via Homebrew:
brew install ripgrep tmux fzf lazygit yazi kakoune-lsp/kakoune-lsp/kakoune-lsp
Make sure that you have the editor downloaded and installed on your system. Then, install Kakoune LSP and clone this repository:
Make a backup of your current config if you have any!
git clone https://github.com/nizamiza/kak.git ~/.config/kak
Start hacking!