[nvim] change EasyAlign binding to <leader>ga

This commit is contained in:
Dmytro Meleshko 2019-08-26 02:03:17 +03:00
parent 13b6ba6bd4
commit cc7ab02507
1 changed files with 2 additions and 2 deletions

View File

@ -154,6 +154,6 @@ set foldmethod=marker
let g:pencil#conceallevel = 0
let g:pencil#cursorwrap = 0
xmap ga <Plug>(LiveEasyAlign)
nmap ga <Plug>(LiveEasyAlign)
xmap <leader>ga <Plug>(LiveEasyAlign)
nmap <leader>ga <Plug>(LiveEasyAlign)
" }}}