From 8dde6b42056142a56cd456d7c7ae5460a4c84f90 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 21 May 2025 19:50:34 -0700 Subject: [PATCH] Update post with `which-key` and current date --- 2025-05-20_nvim.md => 2025-05-21_nvim.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename 2025-05-20_nvim.md => 2025-05-21_nvim.md (98%) diff --git a/2025-05-20_nvim.md b/2025-05-21_nvim.md similarity index 98% rename from 2025-05-20_nvim.md rename to 2025-05-21_nvim.md index 5f10444..54a70d3 100644 --- a/2025-05-20_nvim.md +++ b/2025-05-21_nvim.md @@ -1,6 +1,6 @@ ______________________________________________________________________ -date: 2025-05-20 +date: 2025-05-21 title: Exploring Neovim tags: @@ -63,6 +63,7 @@ To quickly review some of the functionality I find myself using thanks to plugin - treesitter provides syntax highlighting for everything I've edited so far, and it automatically pulls new definitions as needed - Telescope provides a UI for searching file names and contents, though I admittedly haven't used it much - gitsigns (mapped to `gb`) provides inline highlighting of changes and git blame support, just like what I use in VSCode +- which-key provides hints after starting a command and is very helpful for remembering some of my less-used key bindings ### Language Server Protocol (LSP)