local plugins = { "alexghergh/nvim-tmux-navigation", lazy = false, config = function() require("nvim-tmux-navigation").setup { disable_when_zoomed = true, -- defaults to false keybindings = { left = "", down = "", up = "", right = "", last_active = "", next = "", }, } end, } return plugins