aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-11-25 22:23:24 +0800
committerjdhao <jdhao@hotmail.com>2020-11-25 22:23:24 +0800
commitd592c661bca96baf61d07e8a930d88a5142d7132 (patch)
treeb733111bbde8e89dd0a4c9fb2e9c13c87f010cbb /core
parente5bde8462acd98a3b7a2adcb09b8b1ea02470f34 (diff)
update
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim2
1 files changed, 1 insertions, 1 deletions
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