vim-mix-format
vim-mix-format copied to clipboard
Vim integration for the Elixir formatter.
## Overview With the `heex` formatter [being added to LiveView](https://github.com/phoenixframework/phoenix_live_view/blob/master/lib/phoenix_live_view/html_formatter.ex) it would be helpful to allow this plugin to run on those filetypes. Connects [#42](https://github.com/mhinz/vim-mix-format/issues/42) ### Notes - Until the...
I've found myself being caught out by the asynchronous nature of the formatting. I sometimes save and then continue editing and the formatting job will come back and overwrite my...
Would it be possible to add a configuration option that would allow the user to specify other filetypes that this plugin supports? The elixir formatter now accepts plugins in the...
On Elixir 1.13 the following warning is emitted: ``` --check-equivalent has been deprecated and has no effect ``` I have worked around the issue by adding this to my .vimrc:...
When .asdf is used MixFormat gets a mostly useless error 1 /Users/kenhat/.asdf/shims/mix:3|20| syntax error before: '.' 2 || (elixir 1.12.3) lib/code.ex:1261: Code.require_file/2 Hope someone else might find this useful. ```vim...
Right now if I have an unsaved buffer and I save a different buffer, then `mix format` will replace the contents of the unsaved buffer with the contents of the...
Hi, thank you very much for the plugin, it is much faster then what I was doing before. I have a quick question though... It is not possible to change...
This resulted in the following messages on each save: `warning: --check-equivalent has been deprecated and has no effect`
Hello, I added the plugin using Plug and it was working swimmingly! Until yesterday it just stopped working and starting giving me a 'formatting failed' error every time I save...