Compare commits

..

No commits in common. "d11be192f2d994c326689574e8c16f56228b6389" and "8cc1465414d83cc57796f31a8a93f865cfdf7609" have entirely different histories.

2 changed files with 6 additions and 7 deletions

View File

@ -21,12 +21,12 @@ return {
-- separator = {left = '', right = ''},
},
sidebar_filetypes = {
-- ['neo-tree'] = {
-- event = 'BufWipeout',
-- -- text = ' Explorer',
-- align = 'left',
-- -- event = 'BufWinEnter'
-- },
['neo-tree'] = {
event = 'BufWipeout',
text = ' Explorer',
align = 'left',
-- event = 'BufWinEnter'
},
undotree = {
text = 'undotree',
align = 'center', -- *optionally* specify an alignment (either 'left', 'center', or 'right')

View File

@ -1,6 +1,5 @@
return {
{'akinsho/git-conflict.nvim', version = "*", config = true},
{'sindrets/diffview.nvim'},
{
"kdheepak/lazygit.nvim",
lazy = true,