瀏覽代碼

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
 let g:go_version_warning = 0
 
+" easy align
+vmap <Enter> <Plug>(EasyAlign)
+
 source $HOME/.config/nvim/local.vimrc