Skip to content

Commit

Permalink
refactor(nvim): change listing style of diffview
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Jan 1, 2024
1 parent 113b6d9 commit 49949f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/plugin/packages/diffview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local keymap = vim.keymap

diffview.setup({
file_panel = {
listing_style = 'tree',
listing_style = 'list',
win_config = {
position = 'bottom',
height = 10,
Expand Down

0 comments on commit 49949f3

Please sign in to comment.