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.
This commit is contained in:
Sanchayan Maity 2021-04-28 10:58:39 +05:30
parent 10237ec093
commit 053ddbf55e

View file

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