diff options
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 10a6945..0a0430a 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -1,4 +1,9 @@ local plugins = { + -- tmux integration + { + "christoomey/vim-tmux-navigator", + lazy = false, + }, -- Oil.nvim { "stevearc/oil.nvim", |
