solarized; you're the only one <3
This commit is contained in:
11
vim/.vimrc
11
vim/.vimrc
@@ -1,15 +1,14 @@
|
|||||||
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'cormacrelf/vim-colors-github'
|
Plug 'mrckndt/vim-colors-solarized'
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
colorscheme github
|
colorscheme solarized
|
||||||
let g:lightline = { 'colorscheme': 'github' }
|
let g:lightline = { 'colorscheme': 'solarized' }
|
||||||
set background=light
|
set background=light
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set termguicolors
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
@@ -25,7 +24,7 @@ set ignorecase
|
|||||||
set incsearch
|
set incsearch
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set linebreak
|
set linebreak
|
||||||
set list listchars=trail:·,tab:▸\ ,eol:¬
|
set list listchars=tab:▸\ ,trail:·
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
set nojoinspaces
|
set nojoinspaces
|
||||||
@@ -60,5 +59,5 @@ augroup vimrc
|
|||||||
autocmd FileType go setlocal noexpandtab sw=8 ts=8
|
autocmd FileType go setlocal noexpandtab sw=8 ts=8
|
||||||
|
|
||||||
" restore cursor
|
" restore cursor
|
||||||
autocmd VimLeave * set guicursor=a:ver90
|
"autocmd VimLeave * set guicursor=a:ver90
|
||||||
augroup END
|
augroup END
|
||||||
|
|||||||
Reference in New Issue
Block a user