plugins: add tpipeline to merge tmux status line

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2024-08-11 08:21:28 +02:00
parent fe25313c23
commit 2847bcd702
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 7 additions and 0 deletions

View File

@ -98,6 +98,7 @@ I won't provide links for each of these plugins as they are easily to be found.
- `rainbow-csv.nvim` to manage CSV files. - `rainbow-csv.nvim` to manage CSV files.
- `venv-selector.nvim` to ease python virtual env. - `venv-selector.nvim` to ease python virtual env.
- `vim-grammalecte` to get a good grammar checker for French. - `vim-grammalecte` to get a good grammar checker for French.
- `vim-tpipeline` to merge tmux status line in neovim lualine.
<!-- references --> <!-- references -->

View File

@ -0,0 +1,6 @@
-- Install and configure vim-pipeline
-- Merge neovim and tmux status line
return {
"vimpostor/vim-tpipeline",
}