plugins: add tpipeline to merge tmux status line
Co-Authored-by: iGor milhit <igor@milhit.ch>
parent
fe25313c23
commit
2847bcd702
|
@ -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.
|
||||
- `venv-selector.nvim` to ease python virtual env.
|
||||
- `vim-grammalecte` to get a good grammar checker for French.
|
||||
- `vim-tpipeline` to merge tmux status line in neovim lualine.
|
||||
|
||||
<!-- references -->
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
-- Install and configure vim-pipeline
|
||||
-- Merge neovim and tmux status line
|
||||
|
||||
return {
|
||||
"vimpostor/vim-tpipeline",
|
||||
}
|
Loading…
Reference in New Issue