some minor fixes to zshrc, gvimrc; moar themes for vim as well
This commit is contained in:
		
							parent
							
								
									540dafe4ae
								
							
						
					
					
						commit
						20ca3eae49
					
				
					 3 changed files with 17 additions and 14 deletions
				
			
		
							
								
								
									
										10
									
								
								vimplugins
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								vimplugins
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -23,6 +23,7 @@ Plug 'w0rp/ale', { 'for': 'python' }
 | 
			
		|||
" colorschemes
 | 
			
		||||
Plug 'lifepillar/vim-solarized8'
 | 
			
		||||
Plug 'KeitaNakamura/neodark.vim'
 | 
			
		||||
Plug 'nanotech/jellybeans.vim'
 | 
			
		||||
 | 
			
		||||
" syntax highlight plugins
 | 
			
		||||
Plug 'sheerun/vim-polyglot'
 | 
			
		||||
| 
						 | 
				
			
			@ -36,11 +37,10 @@ call plug#end()
 | 
			
		|||
" lightline options
 | 
			
		||||
set noshowmode
 | 
			
		||||
let g:solarized_termcolors = 16
 | 
			
		||||
let g:lightline = {
 | 
			
		||||
      \ 'colorscheme': 'solarized',
 | 
			
		||||
      \ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" },
 | 
			
		||||
      \ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" },
 | 
			
		||||
      \ }
 | 
			
		||||
let g:lightline = {}
 | 
			
		||||
let g:lightline.colorscheme = 'solarized'
 | 
			
		||||
let g:lightline.separator = { 'left': "\ue0b0", 'right': "\ue0b2" }
 | 
			
		||||
let g:lightline.subseparator = { 'left': "\ue0b1", 'right': "\ue0b3" }
 | 
			
		||||
 | 
			
		||||
" signify options
 | 
			
		||||
let g:signify_vcs_list=[ 'git' ]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue