style: fecs related doc and vim scripts

This commit is contained in:
Jun Yang
2019-03-26 23:39:45 +08:00
committed by harttle
parent c820089c44
commit d4841cedf2
6 changed files with 9 additions and 17 deletions

View File

@@ -1,9 +1,6 @@
" Author: harttle <yangjvn@126.com>
" Description: fecs for CSS files
call ale#Set('css_fecs_executable', 'fecs')
call ale#Set('css_fecs_use_global', get(g:, 'ale_use_global_executables', 0))
call ale#linter#Define('css', {
\ 'name': 'fecs',
\ 'executable': function('ale#handlers#fecs#GetExecutable'),