aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins.lua')
-rw-r--r--lua/pml68/plugins.lua5
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",