Restructure colorschemes to bottom
This commit is contained in:
		
							parent
							
								
									e7c9a509c6
								
							
						
					
					
						commit
						77a5eb5742
					
				
							
								
								
									
										29
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										29
									
								
								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' | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Julian Ospald
						Julian Ospald