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' }, }, }, }