vim: Pin black version

Later versions fail to install on NixOS
master
Simon Bruder 2020-10-18 16:51:39 +02:00
parent 8a1a93021b
commit c6cbc8181c
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ let g:rust_fold = 1
map <Leader>rt :RustTest<CR>
" Black (python formatter)
Plug 'psf/black', { 'branch': 'stable', 'for': 'python' }
Plug 'psf/black', { 'commit': '1d3fb871bec82d1263940ba1d32095d660fea2ab', 'for': 'python' }
" LaTeX helpers
Plug 'lervag/vimtex'