From 570bfcceb232a1d0e7fc5bb9988d80fe18ff25e9 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 4 May 2021 17:52:50 +0200 Subject: [PATCH] Python requirements.txt syntax highlighting --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 2fdc350..c6a8bca 100644 --- a/.vimrc +++ b/.vimrc @@ -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