mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Use solarized color scheme in vim.
This commit is contained in:
6
vimrc
6
vimrc
@@ -16,6 +16,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
|
|||||||
Plugin 'mattn/gist-vim'
|
Plugin 'mattn/gist-vim'
|
||||||
Plugin 'fatih/vim-go'
|
Plugin 'fatih/vim-go'
|
||||||
Plugin 'Valloric/YouCompleteMe'
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -39,6 +40,11 @@ set ruler
|
|||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
" Syntax highlighting and file types
|
" Syntax highlighting and file types
|
||||||
syntax on
|
syntax on
|
||||||
|
set background=dark
|
||||||
|
if !has('gui_running')
|
||||||
|
let g:solarized_termcolors=256
|
||||||
|
endif
|
||||||
|
colorscheme solarized
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
" Allow file modelines
|
" Allow file modelines
|
||||||
set modeline
|
set modeline
|
||||||
|
|||||||
Reference in New Issue
Block a user