Latest Articles

Configure Neovim – Autocompletion with blink.cmp
Configure Neovim – Autocompletion with blink.cmp
By aeon501
Mar 14, 2026

Add fast, LSP-aware autocompletion to Neovim using blink.cmp. Install the plugin, wire it up to your language servers, add snippets, and configure keymaps — all in a single file.

Configure Neovim – Setting Up an LSP
Configure Neovim – Setting Up an LSP
By aeon501
Mar 10, 2026

Add IDE-level code intelligence to Neovim using mason.nvim, mason-lspconfig, and nvim-lspconfig. Install language servers, wire up keymaps, and get diagnostics, hover docs, and go-to-definition working in minutes.

Configure Neovim – Adding a File Tree Plugin
Configure Neovim – Adding a File Tree Plugin
By aeon501
Mar 5, 2026

add a fully featured file tree explorer sidebar to Neovim using neo-tree.nvim. Learn to install, configure, and navigate your project files without ever leaving your editor.

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, commits, and pushes — directly into Neovim.

Configure Neovim - Adding And Remembering Keymaps
Configure Neovim - Adding And Remembering Keymaps
By aeon501
Oct 19, 2025

Install and configure Which-Key.nvim in Neovim to display keymap popups. Complete guide with setup, keymap registration, and organization tips for better workflow.

Configure Neovim - Adding A Fuzzy Finder
Configure Neovim - Adding A Fuzzy Finder
By aeon501
Oct 15, 2025

Learn how to install Telescope.nvim fuzzy finder in Neovim. Complete guide with configuration, keymaps, and tips for efficient file searching and navigation.