{{ if ne .chezmoi.hostname "gentoo" }} return { 'alexghergh/nvim-tmux-navigation', config = function() require 'nvim-tmux-navigation'.setup { disable_when_zoomed = false, -- defaults to false keybindings = { left = "", down = "", up = "", right = "", last_active = "", } } end } {{ else }} return {} {{ end }}