mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -19,9 +19,6 @@ call ale#linter#Define('cpp', { | ||||
| \   'name': 'clang', | ||||
| \   'output_stream': 'stderr', | ||||
| \   'executable': {b -> ale#Var(b, 'cpp_clang_executable')}, | ||||
| \   'command_chain': [ | ||||
| \       {'callback': 'ale#c#GetMakeCommand', 'output_stream': 'stdout'}, | ||||
| \       {'callback': 'ale_linters#cpp#clang#GetCommand'}, | ||||
| \   ], | ||||
| \   'command': {b -> ale#c#RunMakeCommand(b, function('ale_linters#cpp#clang#GetCommand'))}, | ||||
| \   'callback': 'ale#handlers#gcc#HandleGCCFormatWithIncludes', | ||||
| \}) | ||||
|  | ||||
| @ -20,9 +20,6 @@ call ale#linter#Define('cpp', { | ||||
| \   'aliases': ['g++'], | ||||
| \   'output_stream': 'stderr', | ||||
| \   'executable': {b -> ale#Var(b, 'cpp_gcc_executable')}, | ||||
| \   'command_chain': [ | ||||
| \       {'callback': 'ale#c#GetMakeCommand', 'output_stream': 'stdout'}, | ||||
| \       {'callback': 'ale_linters#cpp#gcc#GetCommand'}, | ||||
| \   ], | ||||
| \   'command': {b -> ale#c#RunMakeCommand(b, function('ale_linters#cpp#gcc#GetCommand'))}, | ||||
| \   'callback': 'ale#handlers#gcc#HandleGCCFormatWithIncludes', | ||||
| \}) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic