2019-10-25 14:25:48 +02:00
|
|
|
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
|
|
|
call ftplugined#check_undo_ft()
|
2019-10-25 14:15:56 +02:00
|
|
|
|
2019-10-10 11:04:57 +02:00
|
|
|
" Use my desired ALE fixer for JSON
|
|
|
|
let b:ale_fixers=[ 'jq' ]
|
2019-10-13 19:33:20 +02:00
|
|
|
let b:undo_ftplugin.='|unlet b:ale_fixers'
|