From 3dae90b29d58db1e3fb16eee88e19315f7a7dbdb Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 21 May 2025 19:57:38 -0700 Subject: [PATCH] Fix auto-formatted MD header that is incompatible with Hexo-Blog --- 2025-05-21_nvim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2025-05-21_nvim.md b/2025-05-21_nvim.md index 54a70d3..56c0857 100644 --- a/2025-05-21_nvim.md +++ b/2025-05-21_nvim.md @@ -1,4 +1,4 @@ -______________________________________________________________________ +--- date: 2025-05-21 title: Exploring Neovim @@ -8,7 +8,7 @@ tags: - linux - development -______________________________________________________________________ +--- I don't know exactly what it was that prompted me to start looking at `vim` and `nvim` about a week ago, but I ended up down that rabbithole this week. For the uninitiated,