mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 23:13:35 +08:00 
			
		
		
		
	Added windows font
This commit is contained in:
		| @ -1,8 +1,19 @@ | ||||
| set cmdheight=1 | ||||
| nmap <leader>q :q<cr> | ||||
|  | ||||
| set gfn=Source\ Code\ Pro\ for\ Powerline\ Medium\ 11 | ||||
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | ||||
| if has("mac") || has("macunix") | ||||
|     set gfn=Hack:h14,Source\ Code\ Pro:h15,Menlo:h15 | ||||
| elseif has("win16") || has("win32") | ||||
|     set gfn=Source_Code_Pro_Medium:h12,Bitstream\ Vera\ Sans\ Mono:h11 | ||||
| elseif has("gui_gtk2") | ||||
|     set gfn=Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11 | ||||
| elseif has("linux") | ||||
|     set gfn=Source\ Code\ Pro\ for\ Powerline\ Medium\ 11 | ||||
| elseif has("unix") | ||||
|     set gfn=Monospace\ 11 | ||||
| endif | ||||
|  | ||||
| """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | ||||
| " => Nerd Tree Config | ||||
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | ||||
| autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 vignesh
					vignesh