1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Python requirements.txt syntax highlighting

This commit is contained in:
2021-05-04 17:52:50 +02:00
parent 0243aa351b
commit 570bfcceb2

3
.vimrc
View File

@@ -374,6 +374,9 @@ endif
" Improved Django handling
Plug 'tweekmonster/django-plus.vim'
" requirements.txt highlighter
Plug 'raimon49/requirements.txt.vim', {'for': 'requirements'}
" Code checker. For python, install flake8 or pylint, preferably in the
" virtualenv. For Django support, install pylint-django