From 5e33d3e53baf5302b9a415f566666dfd866cd899 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 18 Oct 2019 22:34:06 +0100 Subject: [PATCH] Add airlinetheme --- vimrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index ece6e79..bd8ed91 100644 --- a/vimrc +++ b/vimrc @@ -14,15 +14,16 @@ call plug#begin('~/.vim/plugged') Plug 'tpope/vim-fugitive' Plug 'junegunn/gv.vim' - Plug 'christoomey/vim-tmux-navigator' + " Plug 'christoomey/vim-tmux-navigator' Plug 'vim-airline/vim-airline' + Plug 'vim-airline/vim-airline-themes' Plug 'scrooloose/nerdtree' " be sure to read full install instructions. this still needs " you to cd ~/.vim/plugged/YouCompleteMe " python ./install.py --js-completer - Plug 'Valloric/YouCompleteMe' + " Plug 'Valloric/YouCompleteMe' Plug 'posva/vim-vue' Plug 'ap/vim-css-color' @@ -73,6 +74,7 @@ set wildignore+=deps/*,*.sw? " set background=light " source ~/.vim/colors/midnight.vim color desert +let g:airline_theme=papercolor " enable syntax highlighting if it is supported if has("syntax") @@ -304,7 +306,10 @@ map :Files map :Files nnoremap m :FZFMru + + map :Ag =expand("") +nnoremap f :Ag =expand("") " use F4 to jump into and out of hex editing. Bit dangerous for normal use... " map :set binary:%!xxd