浏览代码

Use EasyAlign default keybinding

Kevin 5 年之前
父节点
当前提交
4cd9954032
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      nvimrc

+ 3 - 0
nvimrc

@@ -233,4 +233,7 @@ let g:go_fmt_command = "goimports"
 " only for the e5 interactive machines
 " only for the e5 interactive machines
 let g:go_version_warning = 0
 let g:go_version_warning = 0
 
 
+" easy align
+vmap <Enter> <Plug>(EasyAlign)
+
 source $HOME/.config/nvim/local.vimrc
 source $HOME/.config/nvim/local.vimrc