vimrc: add qml plugin

This commit is contained in:
Gabriel Ebner 2014-10-24 07:32:59 +02:00
parent 926987ce96
commit e48533035e

2
vimrc

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