mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -22,7 +22,7 @@ endfunction | ||||
|  | ||||
| call ale#linter#Define('sass', { | ||||
| \   'name': 'sasslint', | ||||
| \   'executable_callback': 'ale_linters#sass#sasslint#GetExecutable', | ||||
| \   'command_callback': 'ale_linters#sass#sasslint#GetCommand', | ||||
| \   'executable': function('ale_linters#sass#sasslint#GetExecutable'), | ||||
| \   'command': function('ale_linters#sass#sasslint#GetCommand'), | ||||
| \   'callback': 'ale#handlers#css#HandleCSSLintFormat', | ||||
| \}) | ||||
|  | ||||
| @ -5,9 +5,9 @@ call ale#Set('sass_stylelint_use_global', get(g:, 'ale_use_global_executables', | ||||
|  | ||||
| call ale#linter#Define('sass', { | ||||
| \   'name': 'stylelint', | ||||
| \   'executable_callback': ale#node#FindExecutableFunc('sass_stylelint', [ | ||||
| \   'executable': {b -> ale#node#FindExecutable(b, 'sass_stylelint', [ | ||||
| \       'node_modules/.bin/stylelint', | ||||
| \   ]), | ||||
| \   ])}, | ||||
| \   'command': '%e --stdin-filename %s', | ||||
| \   'callback': 'ale#handlers#css#HandleStyleLintFormat', | ||||
| \}) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic