remove unused vim-flog commands

This commit is contained in:
Baipyrus 2024-03-30 16:22:19 +01:00
parent 1ddfc4f1ed
commit 76f5f8ef7b

View File

@ -15,7 +15,7 @@ return {
{ {
'rbong/vim-flog', 'rbong/vim-flog',
lazy = true, lazy = true,
cmd = { 'Flog', 'Flogsplit', 'Floggit' }, cmd = { 'Flog' },
}, },
}, },
} }