nvim: autosplit fugitive windows
This commit is contained in:
parent
0227e42135
commit
26dadff7f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user