Remove everything related to puppet
This commit is contained in:
		
							parent
							
								
									e20133878b
								
							
						
					
					
						commit
						37119a8d67
					
				
							
								
								
									
										24
									
								
								vimrc
								
								
								
								
							
							
						
						
									
										24
									
								
								vimrc
								
								
								
								
							|  | @ -263,10 +263,7 @@ map <F8> <Leader>cs | |||
| 
 | ||||
| " Won't work ... | ||||
| let g:syntastic_mode_map = { 'mode': 'active', | ||||
|    \ 'active_filetypes': ['markdown', 'yaml', 'php', 'ruby', 'sh', 'zsh'], | ||||
|    \ 'passive_filetypes': ['puppet', 'sql', 'vim'] } | ||||
| "let g:syntastic_puppet_checkers = ['puppet'] | ||||
| let g:syntastic_puppet_checkers = ['puppetlint'] | ||||
| 			\ 'active_filetypes': ['markdown', 'yaml', 'php', 'ruby', 'sh', 'zsh'] } | ||||
| let g:syntastic_yaml_checkers = ['yamllint'] | ||||
| 
 | ||||
| 
 | ||||
|  | @ -282,12 +279,6 @@ let g:neocomplcache_enable_at_startup = 1 | |||
| let g:neocomplcache_min_syntax_length = 3 | ||||
| let g:neocomplcache_lock_buffer_name_pattern = '\*ku\*' | ||||
| 
 | ||||
| "########################## | ||||
| " Puppet : | ||||
| "########################## | ||||
| " github.com/rodjek/vim-puppet.git | ||||
| "Plug "rodjek/vim-puppet" | ||||
| 
 | ||||
| "########################## | ||||
| " Tabular : | ||||
| "########################## | ||||
|  | @ -521,16 +512,6 @@ imap <leader>n <esc>l i | |||
| "Plug 'majutsushi/tagbar' | ||||
| " Open Tagbar: | ||||
| nmap <leader>t :TagbarToggle<CR> | ||||
| " Manage Puppet file (.pp): | ||||
| let g:tagbar_type_puppet = { | ||||
|     \ 'ctagstype': 'puppet', | ||||
|     \ 'kinds': [ | ||||
|         \'c:class', | ||||
|         \'s:site', | ||||
|         \'n:node', | ||||
|         \'d:definition' | ||||
|       \] | ||||
|     \} | ||||
| 
 | ||||
| "########################## | ||||
| " fugitive: | ||||
|  | @ -620,9 +601,6 @@ call plug#begin('~/.vim/plugged') | |||
| 	" Advanced auto-completion system | ||||
| 	Plug 'Shougo/neocomplcache' | ||||
| 
 | ||||
| 	" Make vim mor Puppet friendly | ||||
| 	Plug 'rodjek/vim-puppet' | ||||
| 
 | ||||
| 	" Auto alignment (for Puppet for example) | ||||
| 	Plug 'godlygeek/tabular' | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue