mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
parent
fae45c5dc8
commit
f7a84825ad
@ -229,11 +229,6 @@ require('packer').startup(
|
|||||||
-- Since tmux is only available on Linux and Mac, we only enable these plugins
|
-- Since tmux is only available on Linux and Mac, we only enable these plugins
|
||||||
-- for Linux and Mac
|
-- for Linux and Mac
|
||||||
if fn.executable('tmux') > 0 then
|
if fn.executable('tmux') > 0 then
|
||||||
-- Let vim detect tmux focus event correctly, see
|
|
||||||
-- https://github.com/neovim/neovim/issues/9486 and
|
|
||||||
-- https://vi.stackexchange.com/q/18515/15292
|
|
||||||
use 'tmux-plugins/vim-tmux-focus-events'
|
|
||||||
|
|
||||||
-- .tmux.conf syntax highlighting and setting check
|
-- .tmux.conf syntax highlighting and setting check
|
||||||
use {'tmux-plugins/vim-tmux', ft = {'tmux', }}
|
use {'tmux-plugins/vim-tmux', ft = {'tmux', }}
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user