mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -2,7 +2,7 @@ | ||||
| " Description: hdevtools for Haskell files | ||||
|  | ||||
| call ale#Set('haskell_hdevtools_executable', 'hdevtools') | ||||
| call ale#Set('haskell_hdevtools_options', '-g -Wall') | ||||
| call ale#Set('haskell_hdevtools_options', get(g:, 'hdevtools_options', '-g -Wall')) | ||||
|  | ||||
| function! ale_linters#haskell#hdevtools#GetExecutable(buffer) abort | ||||
|     return ale#Var(a:buffer, 'haskell_hdevtools_executable') | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic