Update post with which-key and current date

This commit is contained in:
Daniel McKnight 2025-05-21 19:50:34 -07:00
parent 103b7822da
commit 8dde6b4205

View file

@ -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 `<space>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)