feat(nvim,tmux): add seamless navigation from tmux to nvim

This commit is contained in:
Oliver
2025-02-28 14:16:22 +01:00
parent 41c28d0661
commit 9ffcfb4a45
3 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
return {
{ 'christoomey/vim-tmux-navigator', event = "VeryLazy" }
}