From 77a5eb574274dcfd71e5b45070b37721e5b54d45 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 16 Aug 2018 01:09:29 +0800 Subject: [PATCH] Restructure colorschemes to bottom --- vimrc | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/vimrc b/vimrc index 48a9820..157b0e0 100644 --- a/vimrc +++ b/vimrc @@ -13,40 +13,26 @@ filetype indent on call plug#begin('~/.vim/plugged') Plug 'mileszs/ack.vim' -Plug 'romainl/Apprentice' -Plug 'chriskempson/base16-vim' -Plug 'fneu/breezy' Plug 'vim-scripts/cmdalias.vim' Plug 'Raimondi/delimitMate' -Plug 'romainl/Disciple' Plug 'vim-scripts/genindent.vim' Plug 'sjl/gundo.vim' Plug 'idris-hackers/idris-vim' -Plug 'wimstefan/Lightning' Plug 'yegappan/mru' Plug 'scrooloose/nerdcommenter' Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } -Plug 'NLKNguyen/papercolor-theme' Plug 'vim-scripts/promela.vim' Plug 'AndrewRadev/simple_bookmarks.vim' Plug 'Keithbsmiley/swift.vim' Plug 'majutsushi/tagbar' Plug 'ternjs/tern_for_vim' -Plug 'flazz/vim-colorschemes' -Plug 'reedes/vim-colors-pencil' -Plug 'altercation/vim-colors-solarized' Plug 'xolox/vim-easytags' Plug 'tpope/vim-fugitive' -Plug 'whatyouhide/vim-gotham' -Plug 'noahfrederick/vim-hemisu' Plug 'nathanaelkane/vim-indent-guides' Plug 'xolox/vim-misc' Plug 'Shougo/vimproc.vim', {'do' : 'make'} Plug 'tpope/vim-rhubarb' Plug 'sjbach/lusty' -if has("nvim") - Plug 'iCyMind/NeoSolarized' -endif Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'kien/ctrlp.vim' @@ -139,7 +125,22 @@ Plug 'icedwater/vimpython', { 'for': 'python' } " scala Plug 'derekwyatt/vim-scala', { 'for': 'scala' } +" color and beauty Plug 'tomasiser/vim-code-dark' +Plug 'romainl/Apprentice' +Plug 'chriskempson/base16-vim' +Plug 'fneu/breezy' +Plug 'romainl/Disciple' +Plug 'wimstefan/Lightning' +Plug 'NLKNguyen/papercolor-theme' +Plug 'flazz/vim-colorschemes' +Plug 'altercation/vim-colors-solarized' +Plug 'reedes/vim-colors-pencil' +Plug 'whatyouhide/vim-gotham' +if has("nvim") + Plug 'iCyMind/NeoSolarized' +endif +Plug 'noahfrederick/vim-hemisu' " unmanaged Plug '~/.vim/unmanaged-vim-plug/bufonly'