From d3d9026d88da26dcbdbc14c750b39fd300890793 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 6 Dec 2017 21:32:17 +0100 Subject: [PATCH] Added missing part of plugin name --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index dc94b23..7be7f0c 100644 --- a/.vimrc +++ b/.vimrc @@ -160,7 +160,7 @@ Plugin 'Valloric/YouCompleteMe' let g:ycm_server_python_interpreter = '/usr/bin/python' " Improved Django handling -Plugin 'tweekmonster/django-plus' +Plugin 'tweekmonster/django-plus.vim' " Code checker. For python, install flake8 or pylint, preferably in the " virtualenv. For Django support, install pylint-django