mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
9 lines
295 B
VimL
9 lines
295 B
VimL
|
" Settings
|
||
|
let g:easy_align_ignore_groups = ['Comment', 'String']
|
||
|
" let g:easy_align_bypass_fold = 1
|
||
|
|
||
|
" Start interactive EasyAlign in visual mode (e.g. vipga)
|
||
|
xmap <Leader>aa <Plug>(EasyAlign)
|
||
|
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
|
||
|
nmap <Leader>aa <Plug>(EasyAlign)
|