1
0
Fork 0

nvim: neogit

This commit is contained in:
Von Random 2023-09-13 23:02:44 +03:00
parent dc218d6736
commit 738cd5df71

View file

@ -27,6 +27,16 @@ require('lazy').setup {
'w0rp/ale',
cmd = 'ALEEnable',
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
}
}