Update ale-elm doc
This commit is contained in:
		
							parent
							
								
									2f40da76e6
								
							
						
					
					
						commit
						089a07c6a6
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
" Author: buffalocoder - https://github.com/buffalocoder, soywod - https://github.com/soywod
 | 
					" Author: buffalocoder - https://github.com/buffalocoder, soywod - https://github.com/soywod, hecrj - https://github.com/hecrj
 | 
				
			||||||
" Description: Elm linting in Ale. Closely follows the Syntastic checker in https://github.com/ElmCast/elm-vim.
 | 
					" Description: Elm linting in Ale. Closely follows the Syntastic checker in https://github.com/ElmCast/elm-vim.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
call ale#Set('elm_make_executable', 'elm')
 | 
					call ale#Set('elm_make_executable', 'elm')
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@ elm-make                                                     *ale-elm-elm-make*
 | 
				
			|||||||
g:ale_elm_make_executable                           *g:ale_elm_make_executable*
 | 
					g:ale_elm_make_executable                           *g:ale_elm_make_executable*
 | 
				
			||||||
                                                    *b:ale_elm_make_executable*
 | 
					                                                    *b:ale_elm_make_executable*
 | 
				
			||||||
  Type: |String|
 | 
					  Type: |String|
 | 
				
			||||||
  Default: `'elm-make'`
 | 
					  Default: `'elm'`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  See |ale-integrations-local-executables|
 | 
					  See |ale-integrations-local-executables|
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user