From 26dadff7f2c35391b06eeb4a7dde8a1c6c72469f Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 1 Sep 2022 20:24:22 +0200 Subject: [PATCH] nvim: autosplit fugitive windows --- .config/nvim/lua/my/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/my/settings.lua b/.config/nvim/lua/my/settings.lua index 59c6d74..80b7fdd 100644 --- a/.config/nvim/lua/my/settings.lua +++ b/.config/nvim/lua/my/settings.lua @@ -40,7 +40,7 @@ vim.api.nvim_create_user_command('Ht', 'tab help ', { -- 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