Added quick command to format Bible quotes in Vim.

This commit is contained in:
2019-10-31 02:48:22 -05:00
parent b05a6738b2
commit c4121b150c

2
.vimrc
View File

@ -83,3 +83,5 @@ nmap <Leader>wo :vsplit /home/jdbernard/projects/worklog/worklog.txt<CR><C-w>L20
nmap <Leader>jci :UnusedImportsRemove<CR>
" Format the file using java-file-formatter. java-file-formatter should be a
" command that takes a file path as the first argument and either alters the
" file in place or prints out the altered file on STDOUT.