merged tmux and neovim line. wip though

This commit is contained in:
2025-11-15 16:42:03 +01:00
parent 997dc98123
commit 9f55f21eef
6 changed files with 57 additions and 50 deletions

View File

@@ -0,0 +1,8 @@
return {
'vimpostor/vim-tpipeline',
config = function()
vim.g.tpipeline_autoembed = 1
vim.g.tpipeline_restore = 1
vim.g.tpipeline_clearstl = 1
end
}