nvim: neogit
This commit is contained in:
parent
dc218d6736
commit
738cd5df71
1 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,16 @@ require('lazy').setup {
|
||||||
'w0rp/ale',
|
'w0rp/ale',
|
||||||
cmd = 'ALEEnable',
|
cmd = 'ALEEnable',
|
||||||
ft = {'bash', 'sh', 'zsh', 'lua', 'python'}
|
ft = {'bash', 'sh', 'zsh', 'lua', 'python'}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"NeogitOrg/neogit",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim", -- required
|
||||||
|
"nvim-telescope/telescope.nvim", -- optional
|
||||||
|
"sindrets/diffview.nvim", -- optional
|
||||||
|
"ibhagwan/fzf-lua", -- optional
|
||||||
|
},
|
||||||
|
config = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue