Powerline & Theme

This commit is contained in:
Evan Reichard 2019-05-29 14:04:57 -04:00
parent abec1e68b3
commit 0c91379efe

10
.vimrc
View File

@ -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