moved git related plugins together

This commit is contained in:
Baipyrus 2024-03-30 16:21:34 +01:00
parent eea3e0eacc
commit 1ddfc4f1ed
2 changed files with 5 additions and 10 deletions

View File

@ -12,5 +12,10 @@ return {
'tpope/vim-fugitive',
dependencies = {
'tpope/vim-rhubarb',
{
'rbong/vim-flog',
lazy = true,
cmd = { 'Flog', 'Flogsplit', 'Floggit' },
},
},
}

View File

@ -22,16 +22,6 @@ require('lazy').setup({
-- Processing-Java
'sophacles/vim-processing',
-- Git graph viewer
{
'rbong/vim-flog',
lazy = true,
cmd = { 'Flog', 'Flogsplit', 'Floggit' },
dependencies = {
'tpope/vim-fugitive',
},
},
-- Markdown preview plugin
{
'iamcco/markdown-preview.nvim',