mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
moved git related plugins together
This commit is contained in:
parent
eea3e0eacc
commit
1ddfc4f1ed
@ -12,5 +12,10 @@ return {
|
||||
'tpope/vim-fugitive',
|
||||
dependencies = {
|
||||
'tpope/vim-rhubarb',
|
||||
{
|
||||
'rbong/vim-flog',
|
||||
lazy = true,
|
||||
cmd = { 'Flog', 'Flogsplit', 'Floggit' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user