mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -18,6 +18,6 @@ call ale#linter#Define('objcpp', { | ||||
| \   'name': 'clang', | ||||
| \   'output_stream': 'stderr', | ||||
| \   'executable': 'clang++', | ||||
| \   'command_callback': 'ale_linters#objcpp#clang#GetCommand', | ||||
| \   'command': function('ale_linters#objcpp#clang#GetCommand'), | ||||
| \   'callback': 'ale#handlers#gcc#HandleGCCFormatWithIncludes', | ||||
| \}) | ||||
|  | ||||
| @ -17,7 +17,7 @@ endfunction | ||||
| call ale#linter#Define('objcpp', { | ||||
| \   'name': 'clangd', | ||||
| \   'lsp': 'stdio', | ||||
| \   'executable_callback': ale#VarFunc('objcpp_clangd_executable'), | ||||
| \   'command_callback': 'ale_linters#objcpp#clangd#GetCommand', | ||||
| \   'project_root_callback': 'ale_linters#objcpp#clangd#GetProjectRoot', | ||||
| \   'executable': {b -> ale#Var(b, 'objcpp_clangd_executable')}, | ||||
| \   'command': function('ale_linters#objcpp#clangd#GetCommand'), | ||||
| \   'project_root': function('ale_linters#objcpp#clangd#GetProjectRoot'), | ||||
| \}) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic