vim: Only run black for python files
This commit is contained in:
parent
1b7551b6b8
commit
7569fb2ae4
|
@ -132,7 +132,7 @@ let g:rust_fold = 1
|
|||
map <Leader>rt :RustTest<CR>
|
||||
|
||||
" Black (python formatter)
|
||||
Plug 'psf/black', { 'branch': 'stable' }
|
||||
Plug 'psf/black', { 'branch': 'stable', 'for': 'python' }
|
||||
|
||||
" LaTeX helpers
|
||||
Plug 'lervag/vimtex'
|
||||
|
|
Reference in a new issue