We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f54d5 commit cea04ecCopy full SHA for cea04ec
README.md
@@ -42,6 +42,15 @@ Plugin 'elixir-editors/vim-elixir'
42
Run [./manual_install.sh](manual_install.sh) to copy the contents of each directory in the respective directories inside
43
`~/.vim`.
44
45
+## Disabling `mix format` Integration
46
+
47
+`mix format` integration is supported by setting `formatprg`. If you wish to opt-out of this (e.g. you're running a version prior to Elixir 1.6)
48
+then you can do so by resetting this setting back to the default value in your `after` directory (e.g. `~/.vim/after/ftplugin/elixir.vim`):
49
50
+```viml
51
+setlocal formatprg=
52
+```
53
54
## Development
55
56
To run the tests you can run `bundle exec rspec`
0 commit comments