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)