nvim: autosplit fugitive windows

This commit is contained in:
tastytea 2022-09-01 20:24:22 +02:00
parent 0227e42135
commit 26dadff7f2
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -40,7 +40,7 @@ vim.api.nvim_create_user_command('Ht', 'tab help <args>', {
-- split these vertically if there is enough space
vim.g.autosplit_bt = { 'help', 'terminal' }
vim.g.autosplit_ft = {
'man', 'fugitive', 'gitcommit', 'gitrebase'
'man', 'fugitive', 'gitcommit', 'gitrebase', 'git'
}
-- theme