Broke out vim rc into nicer pieces :)

This commit is contained in:
Wryn Wagner
2019-09-26 16:00:03 -06:00
parent 90eef0d7dc
commit 4b195da0e2
9 changed files with 111 additions and 82 deletions

6
vim/abbreviations.vim Normal file
View File

@ -0,0 +1,6 @@
" -- Abbreviation Dictionary ------------------------- {{{
iabbrev @@ wagner.wryn@gmail.com
iabbrev ssig <CR>-----------------------<CR>Wryn Wagner<CR>wagner.wryn@gmail.com<CR>(720)557-5443<CR>-----------------------
iabbrev psvm public static void main(String[] args) {<CR>}
" }}}