This article dissects the bootstrapping layer of a production Neovim configuration. It covers the init.lua entry point, lazy.nvim self‑loading, early colourscheme fallback, and the modular philosophy that makes the environment robust, fast, and completely reproducible.... Read More
Tag: vim
A production‑grade exploration of Vim’s operator‑pending mode: designing custom text objects for structured editing, chaining motions into composable grammars, and building a reusable engine that turns raw Vimscript into a declarative selection language. Covers everything from omap trickery to...... Read More
A deep dive into a production Vim configuration for LaTeX editing built around ftplugin hooks, custom compilation viewers, snippet repositories, and automated HTML export for static sites. Explores how to transform Vim into a deterministic, keyboard-driven LaTeX environment that eliminates...... Read More
Learn how to extend the RunScriptFilter pattern to turn plain text into HTML instantly inside Vim. Convert lists into styled
, generate
Learn how to use Python, shell, and external scripts as live text filters in Vim, replacing fragile macros. Transform LaTeX equations, format JSON, process CSV, and automate repetitive code edits – all from a visual selection or the entire buffer. A practical, engineer-tested Vim workflow for...... Read More
A deep dive into real-world Zsh functions, keybindings, and workflows that turn your shell into a powerful, efficient environment for advanced users.... Read More
Learn how custom Vim mappings can streamline LaTeX editing for productivity and efficiency.... Read More