mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update
This commit is contained in:
parent
e5bde8462a
commit
d592c661bc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user