Add yamllint syntax checker
This commit is contained in:
		
							parent
							
								
									439971abac
								
							
						
					
					
						commit
						5e5705ccbc
					
				
							
								
								
									
										3
									
								
								vimrc
								
								
								
								
							
							
						
						
									
										3
									
								
								vimrc
								
								
								
								
							|  | @ -278,10 +278,11 @@ map <F8> <Leader>cs | |||
| 
 | ||||
| " Won't work ... | ||||
| let g:syntastic_mode_map = { 'mode': 'active', | ||||
|    \ 'active_filetypes': ['markdown', 'php', 'ruby', 'sh', 'zsh'], | ||||
|    \ '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'] | ||||
| let g:syntastic_yaml_checkers = ['yamllint'] | ||||
| 
 | ||||
| "########################## | ||||
| " Neocomplcache : | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue