From 087ad100eaffd4a4fe3211c36890b80fab378b8f Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 27 Jan 2021 19:35:33 +0100 Subject: [PATCH] Vim changes --- vimrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index 8a58325..a620571 100644 --- a/vimrc +++ b/vimrc @@ -40,10 +40,8 @@ call plug#begin('~/.vim/plugged') Plug 'preservim/nerdtree' " Tree navigation Plug 'rafi/awesome-vim-colorschemes' " Theme collection Plug 'chriskempson/base16-vim' " Theme - " Plug 'vim-airline/vim-airline' " Airline - " Plug 'vim-airline/vim-airline-themes' " Airline themes - " Plug 'ajh17/vimcompletesme' " YCM but Vim - Plug 'sonph/onehalf', { 'rtp': 'vim' } " theme + Plug 'vim-airline/vim-airline' " Airline + Plug 'vim-airline/vim-airline-themes' " Airline themes call plug#end() @@ -52,7 +50,7 @@ nmap :NERDTreeToggle vnoremap "hy:%s/h//gc " Theme -set t_Co=256 +set t_Co=16 colors default let g:airline_theme='minimalist' let &showbreak = '↳ '