spacemacs/layers/+vim/vim-powerline/packages.el
syl20bnr ae51f97ce6 vim-powerline: add explicit dependency on powerline
Simplify the local files and make them work smoothly with the MELPA
version of powerline

Fixes #4093
2015-12-13 15:41:24 -05:00

8 lines
149 B
EmacsLisp

(setq vim-powerline-packages
'(powerline))
(setq vim-powerline-excluded-packages
'(spaceline))
(defun vim-powerline/init-powerline ())