Files
yadm/.config/nvim/lua/plugins/tmux.lua
Robert Kmieć a2832ed454 Nvim: add treesj and tmux
tmux integration doesn't work yet
2024-03-29 09:31:07 +01:00

9 lines
105 B
Lua

return {
'aserowy/tmux.nvim',
opts = {
navigation = {
cycle_navigation = false
}
}
}