Update post with which-key
and current date
This commit is contained in:
parent
103b7822da
commit
8dde6b4205
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
date: 2025-05-20
|
date: 2025-05-21
|
||||||
title: Exploring Neovim
|
title: Exploring Neovim
|
||||||
tags:
|
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
|
- 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
|
- 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
|
- 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)
|
### Language Server Protocol (LSP)
|
||||||
|
|
Loading…
Reference in a new issue