diff --git a/README.md b/README.md index fdb6a0b..e616732 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/lua/plugins/vim-pipeline.lua b/lua/plugins/vim-pipeline.lua new file mode 100644 index 0000000..a1008d6 --- /dev/null +++ b/lua/plugins/vim-pipeline.lua @@ -0,0 +1,6 @@ +-- Install and configure vim-pipeline +-- Merge neovim and tmux status line + +return { + "vimpostor/vim-tpipeline", +}