aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-24 01:31:09 +0800
committerjdhao <jdhao@hotmail.com>2021-07-24 01:31:09 +0800
commitf7a84825ad5091fa970562ea84f664110bbb6722 (patch)
treecbd7a5fa98cc6b54b6d17009a079b1df9a623880 /lua/plugins.lua
parentfae45c5dc8c215c24edb51ded0898d782d2d9ca1 (diff)
vim-tmux-focus-events is now obsolete
See also https://github.com/tmux-plugins/vim-tmux-focus-events/commit/b1330e04ffb95ede8e02b2f7df1f238190c67056
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index a4b7487..3b5b8a3 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -229,11 +229,6 @@ require('packer').startup(
-- Since tmux is only available on Linux and Mac, we only enable these plugins
-- for Linux and Mac
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
use {'tmux-plugins/vim-tmux', ft = {'tmux', }}
end