1
0
Fork 0

easy-align plugin to make a perfectionist within me real real happy

This commit is contained in:
Von Random 2016-03-22 16:23:25 +03:00
parent d18fee3829
commit 99f66252fe

5
vimrc
View file

@ -91,6 +91,7 @@ if v:version >= 700
Plug 'tpope/vim-fugitive' "git awesomeness Plug 'tpope/vim-fugitive' "git awesomeness
Plug 'tpope/vim-surround' "quotes replacement made easy Plug 'tpope/vim-surround' "quotes replacement made easy
Plug 'directionalWindowResizer' "resize windows with simple hotkeys Plug 'directionalWindowResizer' "resize windows with simple hotkeys
Plug 'junegunn/vim-easy-align' "aligning
" colorschemes " colorschemes
Plug 'jonathanfilip/vim-lucius' Plug 'jonathanfilip/vim-lucius'
@ -129,6 +130,10 @@ if v:version >= 700
" signify options " signify options
let g:signify_vcs_list=[ 'svn', 'git' ] let g:signify_vcs_list=[ 'svn', 'git' ]
let g:signify_sign_change='~' let g:signify_sign_change='~'
" easy-align options
xmap <Leader>a <Plug>(EasyAlign)
nmap <Leader>a <Plug>(EasyAlign)
endif endif
" gvim and colorschemes related stuff " gvim and colorschemes related stuff