Skip to content

Commit

Permalink
Improve Elixir format in vim
Browse files Browse the repository at this point in the history
  • Loading branch information
duff committed Apr 19, 2019
1 parent da0d5b9 commit a4c409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ nnoremap <leader>p :OpenSession<space>
" --------------------------------------------------
" Elixir shortcuts
" --------------------------------------------------
nnoremap <leader>o :MixFormat<Enter>
nnoremap <leader>o :w<CR>:MixFormat<CR>:exe "echo 'Format Complete'"<CR>
" --------------------------------------------------
" Normal mode shortcuts
Expand Down

0 comments on commit a4c409d

Please sign in to comment.