diff --git a/nvim/plugins.vim b/nvim/plugins.vim index 0694fff..298cd7f 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim @@ -95,7 +95,7 @@ Plug 'whatyouhide/vim-textobj-xmlattr' " ax, ix " Custom Motions Plug 'christoomey/vim-sort-motion' " gs Plug 'tommcdo/vim-exchange' " cx, cxx, X, cxc -Plug 'easymotion/vim-easymotion' " (motion) +Plug 'easymotion/vim-easymotion' " f/L " Tpope Plug 'tpope/vim-abolish'