mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 05:11:45 +00:00
install git graph viewer
This commit is contained in:
parent
05f4a1e878
commit
9d1a039dd6
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user