Powerline & Theme
This commit is contained in:
parent
abec1e68b3
commit
0c91379efe
10
.vimrc
10
.vimrc
@ -4,10 +4,20 @@ call vundle#begin()
|
|||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'Valloric/YouCompleteMe'
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
Plugin 'chrisbra/csv.vim'
|
Plugin 'chrisbra/csv.vim'
|
||||||
|
Plugin 'dracula/vim'
|
||||||
|
Bundle 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
" filetype off
|
" filetype off
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
" Theme
|
||||||
|
" color dracula
|
||||||
|
|
||||||
|
" Powerline
|
||||||
|
set laststatus=2
|
||||||
|
set t_Co=256
|
||||||
|
let g:Powerline_symbols = "fancy"
|
||||||
|
|
||||||
" Turn syntax highlighting on
|
" Turn syntax highlighting on
|
||||||
syntax on
|
syntax on
|
||||||
" No line wrapping
|
" No line wrapping
|
||||||
|
Loading…
Reference in New Issue
Block a user