Bringing Claude Code into Neovim
Developer Samarth developed claude-chat.nvim, a Neovim plugin that integrates Anthropic's Claude Code terminal UI directly into the editor, enabling editor-aware AI assistance without rebuilding exist…
Developer Samarth developed claude-chat.nvim, a Neovim plugin that integrates Anthropic's Claude Code terminal UI directly into the editor, enabling editor-aware AI assistance without rebuilding exist…
A developer launched a personal website structured as an interactive connected graph, featuring a blog with 200+ posts on data engineering, a second brain with 1000+ interlinked notes on PKM and writi…
Developer Takuya created a tmux plugin called tmux-claude-session-manager to manage multiple Claude Code sessions. The tool provides an fzf-based picker that shows live status of all running sessions,…
Crespo, a new open-source tool, uses Tree-sitter AST parsing to extract structural blueprints from codebases, reducing token usage by up to 89% while preserving architectural understanding for LLMs. T…
A developer recounts their enduring preference for the terminal over graphical interfaces, tracing it back to their first Linux experience with RedHat 6.2. They argue that Unix pipes and command-line …
Developer Juan Garza released Cody, an open-source Neovim plugin that enables voice control of the editor using its native commands, LSP, and plugin integrations. The tool routes spoken commands throu…
A developer created Agentp, a trio of zero-dependency Node.js CLI tools that turn OpenCode into a headless AI engine for editors, terminals, and Telegram. The tools include agentp for piping prompts, …
Developer Simon Willison reports that herdr, a Rust-based terminal multiplexer, effectively replaces tmux for managing multiple parallel AI agents on remote servers by providing a sidebar that shows e…
A developer built a tmux-based notification system that displays colored dots in window tabs to indicate when Claude Code agents need attention. The system uses Claude Code hooks to write status flags…
Sidekick, a new open-source tool, acts as a conduit between Neovim and AI coding agents like Claude Code and Codex, blocking edits to files with unsaved changes to prevent data loss. The tool also aut…
By May 2026, AI-assisted development has become standard, with GitHub Copilot, Cursor, and Claude emerging as the leading tools for production coding. GitHub Copilot offers the best context awareness …
A developer's curated list of paid and free tools for a cost-effective development setup, totaling approximately $16 per month. Paid tools include DeepSeek v4 Pro for AI coding ($10/month), Railway fo…
Based on a 2026 survey of developers, the article ranks AI coding assistants, with GitHub Copilot remaining the most widely adopted due to its improved multi-file awareness, while Cursor is highlighte…
The article presents a Neovim v0.12 configuration stored in a single `init.lua` file. It includes plugin management via `vim.pack.add`, a custom Dracula color scheme, and configurations for LSP, diagn…
The article describes how the author simplified their terminal's automatic dark mode setup over four years, moving from complex workarounds with Fish scripts and AppleScript to a streamlined configura…
The article explains how to set up and use VimWiki, a notetaking extension for Vim that allows users to create and manage personal wikis directly in the terminal. The author details the installation p…
The article provides a configuration file (`.idea-lazy.vim`) that maps LazyVim-style keybindings for use in JetBrains IDEs via the IdeaVim plugin. It requires the IdeaVim, Which-Key, and IdeaVim-Sneak…
The article documents two solutions to Java development issues. The first problem, where jdtls crashes with status code 13, is resolved by deleting the `~/.cache/jdtls` cache directory. The second pro…