coc-elixir
coc-elixir copied to clipboard
How do you autoformat eelixir files ?
This awesome library made me switch from Spacemacs to Neovim :+1: . Everything is working fine, but I have one issue.
What do you use for autoformatting eelixir or .eex files ? I have tried a bunch of plugins and none seem to work. Any pointers will be much appreciated.
Thanks
I use a forked version of htmlbeautifier with vim-autoformat, but works well with @threedaymonk 's version
@aswinmohanme
Something like autocmd BufWritePost *.html.heex !mix format <afile> should work