Vim tip: substitute pattern delimiter doesn't need to be a slash
Vim tip explaining that the substitute command delimiter doesn't have to be a slash, allowing easier handling of paths and URLs.
Vim tip explaining that the substitute command delimiter doesn't have to be a slash, allowing easier handling of paths and URLs.
A Vim/Neovim tip explaining how to make CTRL-A and CTRL-X more intuitive by adjusting the nrformats option.
A developer shares their experience switching from Neovim back to Vim, explaining why Neovim's Lua-based approach didn't solve their problems.
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.