Selaa lähdekoodia

Use EasyAlign default keybinding

Kevin 5 vuotta sitten
vanhempi
commit
4cd9954032
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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