switched to dentritic pattern and cleaned up config
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user