Latest Articles

Configure Neovim – Distraction-Free Coding with zen-mode.nvim
Configure Neovim – Distraction-Free Coding with zen-mode.nvim
By aeon501
Mar 20, 2026

Install zen-mode.nvim and twilight.nvim to create a clean, distraction-free coding and writing environment in Neovim. Hide the UI clutter, centre the buffer, and dim everything outside the active block of code.

Configure Neovim – Code Formatting with conform.nvim
Configure Neovim – Code Formatting with conform.nvim
By aeon501
Mar 19, 2026

Set up conform.nvim to format your code automatically on save. Configure formatters per filetype, install them through Mason, add a manual format keymap, and learn how to disable formatting for specific files and filetypes.

Git in Neovim — Using vgit.nvim and nvim-tinygit
Git in Neovim — Using vgit.nvim and nvim-tinygit
By aeon501
Feb 28, 2026

Set up vgit.nvim and nvim-tinygit to bring your full Git workflow — visual diffs, interactive staging, commit's, and pushes — directly into Neovim.