This commit is contained in:
Barak Michener 2018-06-01 13:47:37 -07:00
parent baa37a68e7
commit a9b2ef65c5
7 changed files with 29 additions and 7 deletions

7
.vimrc
View file

@ -140,6 +140,8 @@ Plug 'tpope/vim-fireplace'
Plug 'junegunn/vim-easy-align'
Plug 'idris-hackers/idris-vim'
Plug 'ambv/black'
call plug#end()
@ -520,6 +522,11 @@ function AutoTrimWhitespace()
endif
endfunction
function InstallEverything()
GoUpdateBinaries
BlackUpgrade
endfunction
" ** KEY REMAPPINGS **
"
" I used to use tabs, but then I took an arrow to the knee.