Nvim: add treesj and tmux

tmux integration doesn't work yet
This commit is contained in:
Robert Kmieć
2024-03-29 09:31:07 +01:00
parent e67379b132
commit a2832ed454
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
return {
'aserowy/tmux.nvim',
opts = {
navigation = {
cycle_navigation = false
}
}
}