refactor(nvim): use split
for neogit preview buf
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
This commit is contained in:
parent
57db02231d
commit
7d0408b97e
@ -52,6 +52,9 @@ return {
|
|||||||
disable_builtin_notifications = true,
|
disable_builtin_notifications = true,
|
||||||
auto_refresh = true,
|
auto_refresh = true,
|
||||||
disable_signs = true,
|
disable_signs = true,
|
||||||
|
preview_buffer = {
|
||||||
|
kind = "split"
|
||||||
|
},
|
||||||
filewatcher = {
|
filewatcher = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
interval = 1000,
|
interval = 1000,
|
||||||
|
Loading…
Reference in New Issue
Block a user