Neovim – how to do project-wide find and replace?
A guide to performing project-wide find and replace operations in Neovim using Telescope, Quickfix, and the cfdo command.
A guide to performing project-wide find and replace operations in Neovim using Telescope, Quickfix, and the cfdo command.
A guide to creating a custom Tree-sitter grammar for the Djot markup language, covering advanced topics like external scanners and syntax highlighting.
A developer shares a script for Neovim/Vim to quickly generate and copy web UI links to specific code regions, improving technical discussions.
A guide to fixing inconsistent icon sizes in Neovim's completion menu when using the Kitty terminal, using the narrow_symbols configuration.
A developer shares their evolving tooling setup, including terminal emulators, dotfiles, and workflow automation with tools like Homebrew and Neovim.
A developer details the process and reasoning behind rewriting their Neovim configuration from scratch using Lua, moving away from a legacy Vimscript setup.
A developer's personal reflection on the trade-offs between modal editors like Neovim and GUI editors like Sublime Text, focusing on usability and memory.
A guide to debugging a broken Python Language Server (pylsp) by running it manually over TCP and identifying a Jedi version conflict.
A summary of a web development panel discussion where developers answered audience questions and discussed the future of the field.
A developer stream recap covering a Python class exercise, SaaS feature deployment, performance fixes, and Neovim configuration.
A developer works on a Python/Django SaaS project, solving an Exercism problem and adding a new model field to a homeschool app.
A guide to installing Neovim LSPs and NPM tools in a central, local directory and adding it to the $PATH for better version control and security.
A collection of advanced Neovim tips for power users, covering text navigation, pasting, deletion, and Git integration.
The author discusses switching to Neovim, an Exercism Python exercise, and adding django-stubs for better type hinting in their SaaS project.
A technical cheatsheet explaining Unix, Vim, and Neovim clipboard selections and registers for efficient copy-paste operations.
A technical guide to enabling true-color support and italics in Neovim, tmux, and gnome-terminal for improved terminal aesthetics.
A developer shares their experience switching to Neovim, highlighting its async plugin benefits and providing basic setup instructions.