From cf2c776af6858fa4b0627d019bef75c9565b4d41 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 20 Oct 2023 17:02:52 -0700 Subject: [PATCH] Fix indentation for fugitive fix commit --- neovim/lua/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 62090c0..bfc515d 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -159,8 +159,8 @@ use({ -- HACK: Pinning to avoid neovim bug https://github.com/neovim/neovim/issues/10121 -- when used in status line. tag = utils.map_version_rule({ - [">=0.9.2"] = utils.nil_val, - ["<0.9.2"] = "v3.6", + [">=0.9.2"] = utils.nil_val, + ["<0.9.2"] = "v3.6", }), config = function() require("utils").keymap_set("n", "gb", "Git blame", { desc = "Git blame" })