ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

feat: make diffview configurable. #1169

Closed ayamir closed 4 months ago

ayamir commented 4 months ago

1168

@ycpss91255 the correct config is:

return {
    file_panel = {
        win_config = {
            position = "right",
        },
    },
}

image