From 924fa229afa1a9248f299d1a6629e42890b06290 Mon Sep 17 00:00:00 2001 From: Lee Savide Date: Sat, 25 Jul 2015 10:33:43 -0500 Subject: [PATCH] Added Bundle 'powerline/fonts' since powerline, vim-powerline, & vim-airline won't really be usefull if they don't actually have fonts that make them look nice. --- .vimrc.bundles | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc.bundles b/.vimrc.bundles index 18c28ba..b2e5d92 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -119,6 +119,7 @@ else Bundle 'bling/vim-airline' endif + Bundle 'powerline/fonts' Bundle 'bling/vim-bufferline' Bundle 'Lokaltog/vim-easymotion' Bundle 'jistr/vim-nerdtree-tabs'