From 76f5f8ef7ba8a5d6f60f927ba4dd37b68e44e3d6 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sat, 30 Mar 2024 16:22:19 +0100 Subject: [PATCH] remove unused vim-flog commands --- lua/custom/plugins/fugitive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/fugitive.lua b/lua/custom/plugins/fugitive.lua index 5335615..f51e5ce 100644 --- a/lua/custom/plugins/fugitive.lua +++ b/lua/custom/plugins/fugitive.lua @@ -15,7 +15,7 @@ return { { 'rbong/vim-flog', lazy = true, - cmd = { 'Flog', 'Flogsplit', 'Floggit' }, + cmd = { 'Flog' }, }, }, }