Files
dotfiles/config/nvim/lua/plugins/tmux-navigator.lua
2024-08-09 12:27:45 +02:00

7 lines
179 B
Lua

-- Seamless navigation between tmux panes and vim splits
-- https://github.com/christoomey/vim-tmux-navigator
return {
"christoomey/vim-tmux-navigator",
event = "VeryLazy",
}