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