From 1a7c3156890dcdad3c694627e2ee0d3ccf7fe175 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 5 Feb 2017 20:00:48 +0100 Subject: [PATCH] [vim] remove vim-easy-align plugin The `tabular` plugin is already required by the `markdown` and appears to be very powerful. No need to duplicate the functionality with another plugin. --- vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vimrc b/vimrc index 897a841..361c746 100644 --- a/vimrc +++ b/vimrc @@ -55,7 +55,6 @@ set nocompatible Plug 'elzr/vim-json' Plug 'godlygeek/tabular' | Plug 'plasticboy/vim-markdown' Plug 'junegunn/rainbow_parentheses.vim' - Plug 'junegunn/vim-easy-align' Plug 'kien/ctrlp.vim' Plug 'majutsushi/tagbar' Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } @@ -94,10 +93,6 @@ set nocompatible let mapleader = "\" let maplocalleader = "," - " Start interactive EasyAlign - nmap ga (EasyAlign) - xmap ga (EasyAlign) - " better navigation for wrapped lines noremap j gj noremap k gk