diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index bf6ba7f..eba43e1 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -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',