From 0c91379efe2d546e63f6f5130b279425d4e47d9c Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Wed, 29 May 2019 14:04:57 -0400 Subject: [PATCH] Powerline & Theme --- .vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vimrc b/.vimrc index cefb283..9185de8 100644 --- a/.vimrc +++ b/.vimrc @@ -4,10 +4,20 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'Valloric/YouCompleteMe' Plugin 'chrisbra/csv.vim' +Plugin 'dracula/vim' +Bundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'} call vundle#end() " filetype off filetype plugin indent on +" Theme +" color dracula + +" Powerline +set laststatus=2 +set t_Co=256 +let g:Powerline_symbols = "fancy" + " Turn syntax highlighting on syntax on " No line wrapping