ayamir / nvimdots

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

`diffview.nvim` config cannot be set #1168

Closed ycpss91255 closed 4 months ago

ycpss91255 commented 4 months ago

Version confirmation

Following prerequisites

Neovim version

NVIM v0.9.4

Branch info

main (Default/Latest)

Minimal (user) folder structure required to reproduce the issue

/lua/user/configs/diffview.lua

Minimal config with steps on how to reproduce the issue

diffview.lua

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

not work

Expected behavior

The panel moves from the left to the right. By the way, I didn’t see diffview.lua in lua/modules/configs. Maybe I missed it.

Additional information

No response