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 = ''}, -- separator = {left = '', right = ''},
}, },
sidebar_filetypes = { sidebar_filetypes = {
-- ['neo-tree'] = { ['neo-tree'] = {
-- event = 'BufWipeout', event = 'BufWipeout',
-- -- text = ' Explorer', text = ' Explorer',
-- align = 'left', align = 'left',
-- -- event = 'BufWinEnter' -- event = 'BufWinEnter'
-- }, },
undotree = { undotree = {
text = 'undotree', text = 'undotree',
align = 'center', -- *optionally* specify an alignment (either 'left', 'center', or 'right') align = 'center', -- *optionally* specify an alignment (either 'left', 'center', or 'right')

View File

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