Remove tabular plugin
This commit is contained in:
		
							parent
							
								
									37119a8d67
								
							
						
					
					
						commit
						a2cd91767e
					
				
							
								
								
									
										10
									
								
								vimrc
								
								
								
								
							
							
						
						
									
										10
									
								
								vimrc
								
								
								
								
							|  | @ -266,7 +266,6 @@ let g:syntastic_mode_map = { 'mode': 'active', | |||
| 			\ 'active_filetypes': ['markdown', 'yaml', 'php', 'ruby', 'sh', 'zsh'] } | ||||
| let g:syntastic_yaml_checkers = ['yamllint'] | ||||
| 
 | ||||
| 
 | ||||
| "########################## | ||||
| " Neocomplcache : | ||||
| "########################## | ||||
|  | @ -279,12 +278,6 @@ let g:neocomplcache_enable_at_startup = 1 | |||
| let g:neocomplcache_min_syntax_length = 3 | ||||
| let g:neocomplcache_lock_buffer_name_pattern = '\*ku\*' | ||||
| 
 | ||||
| "########################## | ||||
| " Tabular : | ||||
| "########################## | ||||
| " https://github.com/godlygeek/tabular | ||||
| "Plug "godlygeek/tabular" | ||||
| 
 | ||||
| "########################## | ||||
| " Airline : | ||||
| "########################## | ||||
|  | @ -601,9 +594,6 @@ call plug#begin('~/.vim/plugged') | |||
| 	" Advanced auto-completion system | ||||
| 	Plug 'Shougo/neocomplcache' | ||||
| 
 | ||||
| 	" Auto alignment (for Puppet for example) | ||||
| 	Plug 'godlygeek/tabular' | ||||
| 
 | ||||
| 	" Markdown syntax | ||||
| 	Plug 'plasticboy/vim-markdown' | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue