portia1
This commit is contained in:
parent
baa37a68e7
commit
a9b2ef65c5
7 changed files with 29 additions and 7 deletions
7
.vimrc
7
.vimrc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue