Browsing Tag
neovim
7 posts
The Headless Workspace: How Antigravity CLI Lowers the Neovim Learning Curve
A GUI IDE is great for local development, but it quickly falls apart when you transition to headless…
Neovim Unreal Engine: P4 Support, Macro Wizards, and Context-Aware Docs! 🚀(2025/12/04)
I realize I’m building plugins for a “niche within a niche”—using Neovim for Unreal Engine C++ development. But…
Mason.nvim: The Ultimate Guide to Managing Your Neovim Tooling
Welcome to the comprehensive guide for mason.nvim, the portable package manager designed to streamline your Neovim development workflow.…
(neo)vim search and replace, with quickfix and capture groups
I’m using pandoc to generate this website from markdown files to html, and the problem that all my…
Using only vim to solve AdventOfCode Challenges | Episode 2
Note: It’s important to read the first episode to understand the context of how these challenges are solved.…
Configurando Neovim para Java
Engana-se muito quem acha que é necessário toda uma infraestrutura dedicada para programação Java. A cultura atual para…
How to create your own completion for vim
Have you ever thought about defining your own completion for particular things like emails, contact names or for…