From 053ddbf55e66ae88a85f21bcb72333385efd820e Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 28 Apr 2021 10:58:39 +0530 Subject: [PATCH] nvim: lua: plugins: Drop vim-tmux-focus-events This plugin is now obsolete and no longer needed as both neovim and vim (since version 8.2.2345) have native support for this functionality. --- nvim/.config/nvim/lua/plugins.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index e45a27e..ec31370 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -36,8 +36,6 @@ local init = function () 'hrsh7th/nvim-compe', config = "require('modules.completion')" } - -- For tmux - use 'tmux-plugins/vim-tmux-focus-events' -- Git support use { 'mhinz/vim-signify',