1
0
Fork 0

nvim: neogit feels awkward after lazygit

This commit is contained in:
Von Random 2023-09-13 23:21:13 +03:00
parent 738cd5df71
commit 6024255420

View file

@ -27,16 +27,6 @@ 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
}
}