merged tmux and neovim line. wip though
This commit is contained in:
8
homemanager/neovim/lua/plugins/spec/vimtpipeline.lua
Normal file
8
homemanager/neovim/lua/plugins/spec/vimtpipeline.lua
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user