Feel free to copy any parts that may seem interesting to you.
Check the statusline.lua
. Fully custom, relatively easy to remove and add your own stuff. Styling inspired by Tmux power. Also includes tmux topbar integration.
The colorscheme is fully custom, can be found in appearance.lua
.
Check utils.lua
for a minimal async/await
implementation using Lua coroutines. Useful for avoiding callback hell when need to spawn a lot of arbitrary processes.
Working on a merge conflict resolution plugin. Checkout feat/conflict-resolver
branch if interested (almost fully working, but still highly WIP).