From 99f66252fe1c556793a67131f24441976346e0b8 Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 22 Mar 2016 16:23:25 +0300 Subject: [PATCH] easy-align plugin to make a perfectionist within me real real happy --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index b1432cf..2e90e61 100644 --- a/vimrc +++ b/vimrc @@ -91,6 +91,7 @@ if v:version >= 700 Plug 'tpope/vim-fugitive' "git awesomeness Plug 'tpope/vim-surround' "quotes replacement made easy Plug 'directionalWindowResizer' "resize windows with simple hotkeys + Plug 'junegunn/vim-easy-align' "aligning " colorschemes Plug 'jonathanfilip/vim-lucius' @@ -129,6 +130,10 @@ if v:version >= 700 " signify options let g:signify_vcs_list=[ 'svn', 'git' ] let g:signify_sign_change='~' + + " easy-align options + xmap a (EasyAlign) + nmap a (EasyAlign) endif " gvim and colorschemes related stuff