mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -1,9 +1,15 @@ | ||||
| " Author: Michiel Westerbeek <happylinks@gmail.com> | ||||
| " Description: Linter for GraphQL Schemas | ||||
|  | ||||
| function! ale_linters#graphql#gqlint#GetCommand(buffer) abort | ||||
|     return ale#path#BufferCdString(a:buffer) | ||||
|     \   . 'gqlint' | ||||
|     \   . ' --reporter=simple %t' | ||||
| endfunction | ||||
|  | ||||
| call ale#linter#Define('graphql', { | ||||
| \   'name': 'gqlint', | ||||
| \   'executable': 'gqlint', | ||||
| \   'command': 'gqlint --reporter=simple %t', | ||||
| \   'command_callback': 'ale_linters#graphql#gqlint#GetCommand', | ||||
| \   'callback': 'ale#handlers#unix#HandleAsWarning', | ||||
| \}) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic