Building My First Omarchy Plugin

I kept asking myself “what is still running on port 5173?” So I built a small Omarchy plugin that answers it, and today I published it. It is called Ports. One icon in the bar with a number. Click it and you see every dev server you have running, with the name of the project it came from. What Omarchy plugins are Omarchy 4 has a plugin system. A plugin is a folder with a manifest.json and some QML files: ...

August 28, 2026 · 8 min · Ruben Meza

Godot with Neovim as External Editor

I’m starting my journey into game development. I love games, and for a long time I wanted to learn how to build them. So here I am, opening Godot for the first time as a real tool, not just to play around. But there is a problem. I am very used to Neovim. I have my own config, my own keybindings, and the vim motions are part of how I think when I write code. Working without them feels slow and uncomfortable. I did not want to give that up just because I am writing GDScript now. ...

April 27, 2026 · 3 min · Ruben Meza