gitgutter and flattened
This commit is contained in:
11
vim/.vimrc
11
vim/.vimrc
@@ -1,16 +1,13 @@
|
|||||||
if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color")
|
if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color")
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
"Plug 'icymind/NeoSolarized'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'flexo3001/vim-colors-solarized'
|
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'romainl/flattened'
|
||||||
Plug 'tpope/vim-eunuch'
|
Plug 'tpope/vim-eunuch'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
let $FZF_DEFAULT_COMMAND = 'find .'
|
let $FZF_DEFAULT_COMMAND = 'find .'
|
||||||
let g:signify_realtime = 1
|
|
||||||
|
|
||||||
let g:fzf_colors =
|
let g:fzf_colors =
|
||||||
\ { 'fg': ['fg', 'Normal'],
|
\ { 'fg': ['fg', 'Normal'],
|
||||||
\ 'bg': ['bg', 'Normal'],
|
\ 'bg': ['bg', 'Normal'],
|
||||||
@@ -30,9 +27,7 @@ if (&t_Co == 256 || &term == "xterm-256color" || &term == "screen-256color")
|
|||||||
\| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
|
\| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
|
||||||
endif
|
endif
|
||||||
|
|
||||||
set background=light
|
colorscheme flattened_light
|
||||||
"set termguicolors
|
|
||||||
colorscheme solarized
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user