1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
This commit is contained in:
jdhao 2020-11-25 22:23:24 +08:00
parent e5bde8462a
commit d592c661bc

View File

@ -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