From d80862c8768ae82ce48acee3e980292ea6a45658 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 1 Mar 2024 13:44:55 -0500 Subject: [PATCH] Remove the exclusion of vim-fixkey for neovim as it's no longer included in the repo --- vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vimrc b/vimrc index a765edb..fa1364f 100644 --- a/vimrc +++ b/vimrc @@ -102,11 +102,6 @@ call add(g:pathogen_disabled, 'vim-hug-neovim-rpc') endif - "if neovim is being used we should disable plugins that aren't compatible or necessary - if has('nvim') - call add(g:pathogen_disabled, 'vim-fixkey') - endif - "use pathogen to load plugins that haven't been disabled runtime bundle/vim-pathogen/autoload/pathogen.vim