Malcolm Rowe
Malcolm Rowe
I was thinking in terms of this being the upstream for Vim, but you make a good point about people including this plugin explicitly.
Note that this was mostly done in #224, though I see we actually have a bug: we switched `dartfmt_executable` to optionally be a list, but https://github.com/google/vim-codefmt/blob/dbbbca4/autoload/codefmt/dartfmt.vim#L29 still assumes that it's...
One issue here is that vim-codefmt is largely based on the assumption that a particular filetype has a single formatter that we can invoke to format (on save, or on...