From d592c661bca96baf61d07e8a930d88a5142d7132 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 25 Nov 2020 22:23:24 +0800 Subject: [PATCH] update --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index 89e0aa1..f791f8e 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -253,7 +253,7 @@ endif "{{ Tmux related plugins " Since tmux is only available on Linux and Mac, we only enable these plugins " for Linux and Mac -if (g:is_linux || g:is_mac) && executable('tmux') +if executable('tmux') " Let vim detect tmux focus event correctly, see " https://github.com/neovim/neovim/issues/9486 and " https://vi.stackexchange.com/q/18515/15292