Added nvim-tmux config

This commit is contained in:
2023-10-03 10:15:57 -04:00
parent 6cb0744e92
commit f55eca41f0
3 changed files with 15 additions and 4 deletions

View File

@@ -50,5 +50,9 @@ require("lazy").setup({
"folke/zen-mode.nvim",
opts = { }
},
{
"christoomey/vim-tmux-navigator",
lazy = false,
},
})