vimrc: add qml plugin

This commit is contained in:
Gabriel Ebner 2014-10-24 07:32:59 +02:00
parent 926987ce96
commit e48533035e
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -62,6 +62,8 @@ Plug 'bps/vim-textobj-python'
Plug 'tpope/vim-surround'
Plug 'peterhoeg/vim-qml'
" vim-sleuth?
call plug#end()