From 43ea18cc7824951af853b5296848ddf428ebd827 Mon Sep 17 00:00:00 2001 From: Warbacon <45147327+warbacon@users.noreply.github.com> Date: Thu, 12 Sep 2024 01:22:21 +0200 Subject: [PATCH] docs: make first heading look correct --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e0fcad..a603433 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

English | 简体中文

+ ## What can this plugin do Similar to [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim), this plugin can highlight the indent line, and highlight the code chunk according to the current cursor position. diff --git a/README.zh-CN.md b/README.zh-CN.md index 24c82de..0d4cbd5 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -6,6 +6,7 @@

English | 简体中文

+ ## 这个插件可以做什么 和 [indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim) 类似,这个插件可以用来高亮缩进线,并且还可以根据当前光标所处的位置,高亮所在代码块.