NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
4.1k stars 241 forks source link

set preview_buffer.kind in default config as documented in README and neogit.txt #1458

Closed ktsujister closed 2 months ago

ktsujister commented 3 months ago

preview_buffer.kind is documented in README.md and doc/neogit.txt as

  preview_buffer = {
    kind = "split",
  },

but was set to kind = "floating".

CKolkey commented 2 months ago

Ahh, it should be the other way around though. The docs are wrong 😓

I've updated the readme. Thanks for pointing that out