From 83c1b09a14dfc35cc671e3f8a3364799ae6ea410 Mon Sep 17 00:00:00 2001 From: xingo <398303159@qq.com> Date: Thu, 29 Jul 2021 15:08:37 +0800 Subject: [PATCH] add git blame --- SpaceVim.d/init.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SpaceVim.d/init.toml b/SpaceVim.d/init.toml index c6b9076..d79dfe7 100644 --- a/SpaceVim.d/init.toml +++ b/SpaceVim.d/init.toml @@ -97,3 +97,7 @@ format_on_save = true [[layers]] name = "lang#python" + +[[custom_plugins]] +repo = "https://github.com/tveskag/nvim-blame-line.git" +merged = false