mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 13:03:49 +00:00
moved git related plugins together
This commit is contained in:
parent
eea3e0eacc
commit
1ddfc4f1ed
@ -12,5 +12,10 @@ return {
|
|||||||
'tpope/vim-fugitive',
|
'tpope/vim-fugitive',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'tpope/vim-rhubarb',
|
'tpope/vim-rhubarb',
|
||||||
|
{
|
||||||
|
'rbong/vim-flog',
|
||||||
|
lazy = true,
|
||||||
|
cmd = { 'Flog', 'Flogsplit', 'Floggit' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -22,16 +22,6 @@ require('lazy').setup({
|
|||||||
-- Processing-Java
|
-- Processing-Java
|
||||||
'sophacles/vim-processing',
|
'sophacles/vim-processing',
|
||||||
|
|
||||||
-- Git graph viewer
|
|
||||||
{
|
|
||||||
'rbong/vim-flog',
|
|
||||||
lazy = true,
|
|
||||||
cmd = { 'Flog', 'Flogsplit', 'Floggit' },
|
|
||||||
dependencies = {
|
|
||||||
'tpope/vim-fugitive',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
-- Markdown preview plugin
|
-- Markdown preview plugin
|
||||||
{
|
{
|
||||||
'iamcco/markdown-preview.nvim',
|
'iamcco/markdown-preview.nvim',
|
||||||
|
Loading…
Reference in New Issue
Block a user