[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.
This commit is contained in:
parent
8e89707405
commit
1a7c315689
1 changed files with 0 additions and 5 deletions
5
vimrc
5
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 = "\<space>"
|
||||
let maplocalleader = ","
|
||||
|
||||
" Start interactive EasyAlign
|
||||
nmap ga <Plug>(EasyAlign)
|
||||
xmap ga <Plug>(EasyAlign)
|
||||
|
||||
" better navigation for wrapped lines
|
||||
noremap j gj
|
||||
noremap k gk
|
||||
|
|
Loading…
Add table
Reference in a new issue