mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Set solarized vim-airline theme
This commit is contained in:
parent
3cf29f0fd7
commit
1882bdb719
2
.vimrc
2
.vimrc
@ -11,6 +11,7 @@ set autoindent
|
||||
set laststatus=2
|
||||
set mouse=a
|
||||
set encoding=utf-8
|
||||
set background=dark
|
||||
set guifont=Sauce\ Code\ Pro\ 10.6
|
||||
|
||||
" set the runtime path to include Vundle and initialize
|
||||
@ -28,6 +29,7 @@ call vundle#end()
|
||||
" Vim-Airline config
|
||||
let g:Powerline_symbols = 'fancy'
|
||||
let g:airline_powerline_fonts = 1
|
||||
let g:airline_theme='solarized'
|
||||
|
||||
" Interface with system clipboard
|
||||
noremap <Leader>y "*y
|
||||
|
Loading…
Reference in New Issue
Block a user