refactor(nvim): use split for neogit preview buf
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s

This commit is contained in:
Price Hiller 2024-06-01 14:09:38 -05:00
parent 57db02231d
commit 7d0408b97e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -52,6 +52,9 @@ return {
disable_builtin_notifications = true,
auto_refresh = true,
disable_signs = true,
preview_buffer = {
kind = "split"
},
filewatcher = {
enabled = true,
interval = 1000,