mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -38,10 +38,10 @@ endfunction | ||||
|  | ||||
| call ale#linter#Define('less', { | ||||
| \   'name': 'lessc', | ||||
| \   'executable_callback': ale#node#FindExecutableFunc('less_lessc', [ | ||||
| \   'executable': {b -> ale#node#FindExecutable(b, 'less_lessc', [ | ||||
| \       'node_modules/.bin/lessc', | ||||
| \   ]), | ||||
| \   'command_callback': 'ale_linters#less#lessc#GetCommand', | ||||
| \   ])}, | ||||
| \   'command': function('ale_linters#less#lessc#GetCommand'), | ||||
| \   'callback': 'ale_linters#less#lessc#Handle', | ||||
| \   'output_stream': 'stderr', | ||||
| \}) | ||||
|  | ||||
| @ -12,9 +12,9 @@ endfunction | ||||
|  | ||||
| call ale#linter#Define('less', { | ||||
| \   'name': 'stylelint', | ||||
| \   'executable_callback': ale#node#FindExecutableFunc('less_stylelint', [ | ||||
| \   'executable': {b -> ale#node#FindExecutable(b, 'less_stylelint', [ | ||||
| \       'node_modules/.bin/stylelint', | ||||
| \   ]), | ||||
| \   'command_callback': 'ale_linters#less#stylelint#GetCommand', | ||||
| \   ])}, | ||||
| \   'command': function('ale_linters#less#stylelint#GetCommand'), | ||||
| \   'callback': 'ale#handlers#css#HandleStyleLintFormat', | ||||
| \}) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic