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

Added missing part of plugin name

This commit is contained in:
2017-12-06 21:32:17 +01:00
parent c20ef403d3
commit d3d9026d88

2
.vimrc
View File

@@ -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