mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Added missing part of plugin name
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -160,7 +160,7 @@ Plugin 'Valloric/YouCompleteMe'
|
|||||||
let g:ycm_server_python_interpreter = '/usr/bin/python'
|
let g:ycm_server_python_interpreter = '/usr/bin/python'
|
||||||
|
|
||||||
" Improved Django handling
|
" Improved Django handling
|
||||||
Plugin 'tweekmonster/django-plus'
|
Plugin 'tweekmonster/django-plus.vim'
|
||||||
|
|
||||||
" 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
|
||||||
|
|||||||
Reference in New Issue
Block a user