From c42a654df54f46b40fb8da5b574c42ab3cf5d867 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 17 Nov 2025 20:13:29 +0100 Subject: [PATCH] using bash for tpipeline in the background. fish is slow --- homemanager/neovim/lua/plugins/spec/vimtpipeline.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/homemanager/neovim/lua/plugins/spec/vimtpipeline.lua b/homemanager/neovim/lua/plugins/spec/vimtpipeline.lua index 2ebf312..e7f57ce 100644 --- a/homemanager/neovim/lua/plugins/spec/vimtpipeline.lua +++ b/homemanager/neovim/lua/plugins/spec/vimtpipeline.lua @@ -1,6 +1,7 @@ return { 'vimpostor/vim-tpipeline', config = function() + vim.opt.shell = vim.fn.exepath("bash") vim.g.tpipeline_autoembed = 1 vim.g.tpipeline_restore = 1 vim.g.tpipeline_clearstl = 1