interacting with databases in vim

Dadbod is a Vim plugin for interacting with databases. It’s a more modern take on dbext.vim, improving on it on the following ways: Connections are specified with a single URL, rather …

Octo.nvim

🐙 Octo.nvim Edit and review GitHub issues and pull requests from the comfort of your favorite editor. ✨ Features Edit GitHub issues and PRs Add/Modify/Delete comments Add/Remove label, reactions, assignees, project cards, …

numi: Beautiful calculator app for Mac

Numi is a handy calculator app for macOS. It allows to describe tasks the natural way and instantly get an accurate answer. For example, $20 in euro – 5% discount or today + 2 …

calculator in vim

Using Vim’s expression register, you can do some basic math. Here’s how it works: 1. In Insert mode, hit Ctrl-r and then hit = 2. In a new prompt, starting with = type your operation, …