Use vim-airline instead of powerline
This commit is contained in:
		
							parent
							
								
									b1e614cddc
								
							
						
					
					
						commit
						23abdd12ac
					
				
							
								
								
									
										13
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								vimrc
									
									
									
									
									
								
							| @ -44,14 +44,9 @@ Plug 'tpope/vim-rhubarb' | ||||
| Plug 'sjbach/lusty' | ||||
| if has("nvim") | ||||
| 	Plug 'iCyMind/NeoSolarized' | ||||
| 	Plug 'vim-airline/vim-airline' | ||||
| else | ||||
| 	Plug 'powerline/powerline', { | ||||
| 		\ 'branch': 'develop', | ||||
| 		\ 'do': 'python3 setup.py install --user', | ||||
| 		\ 'rtp': 'powerline/bindings/vim', | ||||
| 		\ } | ||||
| endif | ||||
| Plug 'vim-airline/vim-airline' | ||||
| Plug 'vim-airline/vim-airline-themes' | ||||
| 
 | ||||
| " local_vimrc | ||||
| Plug 'LucHermitte/lh-vim-lib' | ||||
| @ -194,6 +189,10 @@ endif | ||||
| let g:neosnippet#enable_snipmate_compatibility = 1 | ||||
| 
 | ||||
| 
 | ||||
| " vim airline | ||||
| " let g:airline#extensions#tabline#enabled = 1 | ||||
| 
 | ||||
| 
 | ||||
| " LSP | ||||
| let g:LanguageClient_autoStart = 0 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user