Nvim: add treesj and tmux
tmux integration doesn't work yet
This commit is contained in:
8
.config/nvim/lua/plugins/tmux.lua
Normal file
8
.config/nvim/lua/plugins/tmux.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
'aserowy/tmux.nvim',
|
||||
opts = {
|
||||
navigation = {
|
||||
cycle_navigation = false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user