install git graph viewer

This commit is contained in:
Baipyrus 2024-03-20 10:48:29 +01:00
parent 05f4a1e878
commit 9d1a039dd6

View File

@ -26,6 +26,16 @@ 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',