1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 22:45:11 +01:00

2 Commits

Author SHA1 Message Date
Michiel Scholten
4648ba6ff6 Merge pull request #2 from aquatix/vim-todo
Vim todo
2021-05-04 17:53:58 +02:00
570bfcceb2 Python requirements.txt syntax highlighting 2021-05-04 17:52:50 +02:00

3
.vimrc
View File

@@ -376,6 +376,9 @@ endif
" Improved Django handling " Improved Django handling
Plug 'tweekmonster/django-plus.vim' 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 " Code checker. For python, install flake8 or pylint, preferably in the
" virtualenv. For Django support, install pylint-django " virtualenv. For Django support, install pylint-django