Fix nvim post metadata (#13)
Fix hexo-blog metadata incompatibility issue from #12 Reviewed-on: #13 Co-authored-by: Daniel McKnight <daniel@mcknight.tech> Co-committed-by: Daniel McKnight <daniel@mcknight.tech>
This commit is contained in:
parent
954060e170
commit
18d9d70cea
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
______________________________________________________________________
|
---
|
||||||
|
|
||||||
date: 2025-05-21
|
date: 2025-05-21
|
||||||
title: Exploring Neovim
|
title: Exploring Neovim
|
||||||
|
@ -8,7 +8,7 @@ tags:
|
||||||
- linux
|
- linux
|
||||||
- development
|
- development
|
||||||
|
|
||||||
______________________________________________________________________
|
---
|
||||||
|
|
||||||
I don't know exactly what it was that prompted me to start looking at `vim` and `nvim`
|
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,
|
about a week ago, but I ended up down that rabbithole this week. For the uninitiated,
|
||||||
|
|
Loading…
Reference in a new issue