vim: Pin black version
Later versions fail to install on NixOS
This commit is contained in:
parent
8a1a93021b
commit
c6cbc8181c
|
@ -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'
|
||||
|
|
Reference in a new issue