Open chrischen opened 2 years ago
It should be set to 1 just like for refmt, otherwise have to copy bsrefmt binary into path.
function! neoformat#formatters#reason#bsrefmt() abort return { \ 'exe': 'bsrefmt', \ 'stdin': 1, \ 'args': ["--interface=" . (expand('%:e') == "rei" ? "true" : "false")], \ 'try_node_exe': 1, \ } endfunction
It should be set to 1 just like for refmt, otherwise have to copy bsrefmt binary into path.