My defaults 2026
A developer shares his updated list of preferred software and tools for 2026, including code editors, terminal apps, and productivity software.
A developer shares his updated list of preferred software and tools for 2026, including code editors, terminal apps, and productivity software.
Explains how to manage Neovim/Vim plugins without a dedicated plugin manager by using runtimepath, autoload, and packadd.
A developer shares custom Vim/Neovim key mappings for efficient Git operations like staging hunks and navigating changes directly within the editor.
A developer rewrites their Neovim configuration using the Fennel Lisp language and migrates to the built-in vim.pack package manager.
A guide to fixing the Neovim Markdown preview plugin when it fails to open in WSL 2, focusing on a WSL restart solution.
A guide to configuring custom file type syntax highlighting and language detection in Neovim using Lua patterns and Treesitter.
A developer shares their custom Neovim and LazyVim configuration, including a demo video and details on plugins, keymaps, and setup.
A developer explains their switch from Vim to Neovim and LazyVim, detailing the reasons and the migration process.
A developer tests Crush, a new TUI-based AI coding agent from Charm, using it to generate dynamic OpenGraph images and modify a Neovim configuration.
A developer built a custom Neovim plugin named Kai that integrates Claude Code's command-line AI directly into the editor for intelligent code assistance.
A tutorial on integrating Claude Code AI with Neovim using the Ghostty terminal, creating a three-pane development setup.
A tutorial for Neovim users on integrating Claude Code AI assistance using Ghostty terminal panes, eliminating the need for VS Code.
A developer documents their process of adding features to a Pong clone using the Love2D framework and Lua, including AI tools.
A developer explores using AI tools like Grok within Neovim for Love2D game development, including enhancing a Pong clone and its particle system.
A developer passionately defends the importance of editor choice and personalization, using Neovim as an example of a tool that can be deeply customized.
Learn powerful Neovim/Vim commands for precisely copying and moving lines of code to boost your editing efficiency.
A guide to the many components needed for a modern terminal setup, from shell choice to color support and keybindings.
A developer's 2024 review covering programming languages, tech projects, and personal goals for 2025.
The creator of the Gleam programming language shares his 2024 tech setup, including hardware, software tools, and development environment preferences.
A guide to extending Neovim's 'K' key to look up word definitions using a custom Python script and dictionary API.