remove fzf
This commit is contained in:
18
vim/.vimrc
18
vim/.vimrc
@@ -1,8 +1,6 @@
|
|||||||
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 'flexo3001/vim-colors-solarized'
|
Plug 'flexo3001/vim-colors-solarized'
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
|
||||||
Plug 'junegunn/fzf.vim'
|
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
|
|
||||||
" language plugins
|
" language plugins
|
||||||
@@ -12,20 +10,6 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
|||||||
|
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
set background=light
|
set background=light
|
||||||
|
|
||||||
let g:fzf_colors = {
|
|
||||||
\ 'fg': ['fg', 'Normal'],
|
|
||||||
\ 'bg': ['bg', 'Normal'],
|
|
||||||
\ 'fg+': ['fg', 'Normal'],
|
|
||||||
\ 'bg+': ['bg', 'CursorLine'],
|
|
||||||
\ 'hl': ['fg', 'Error'],
|
|
||||||
\ 'hl+': ['fg', 'Error'],
|
|
||||||
\ 'pointer': ['fg', 'Normal'],
|
|
||||||
\ 'info': ['fg', 'Comment'],
|
|
||||||
\ 'prompt': ['fg', 'Normal'],
|
|
||||||
\ 'spinner': ['fg', 'Normal'],
|
|
||||||
\ 'border': ['fg', 'StatusLine'],
|
|
||||||
\ 'header': ['fg', 'Normal'] }
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
@@ -57,8 +41,6 @@ let mapleader=" "
|
|||||||
let maplocalleader=" "
|
let maplocalleader=" "
|
||||||
|
|
||||||
nnoremap <silent> <esc><esc> :nohls<CR>
|
nnoremap <silent> <esc><esc> :nohls<CR>
|
||||||
nnoremap <silent> <Leader>f :FZF<CR>
|
|
||||||
nnoremap <silent> <Leader>b :Buffers<CR>
|
|
||||||
|
|
||||||
nnoremap <silent> gB :bp<CR>
|
nnoremap <silent> gB :bp<CR>
|
||||||
nnoremap <silent> gb :bn<CR>
|
nnoremap <silent> gb :bn<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user