Files
dotfiles/nix/home/neovim/nvim/lua/plugins/tmux-navigator.lua
2024-07-31 11:36:56 +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",
}