nvim-config/lua/custom/plugins/tmux-nvim.lua
2023-12-18 09:13:24 +01:00

6 lines
76 B
Lua
Executable file

return {
{
"christoomey/vim-tmux-navigator",
lazy = false,
},
}