Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for Vim Ex command setup #528

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VadimBrodsky
Copy link

I didn't want to install the Vim plugin, but I want to run elm-format from Vim. This is a small Ex mode command that will run elm-format on a buffer save of an .elm file.

The first example is more verbose and adds an explicit :ElmFormat ex command as well as a leader key binding.

The second example just runs elm-format on save without defining an explicit Ex command.

@avh4 avh4 added this to the 0.8.4 milestone Sep 15, 2020
@avh4
Copy link
Owner

avh4 commented Sep 17, 2020

Thanks! I'm hesitant to merge this, as I want to try to keep the install options as simple as possible for folks who are not experts with their particular editor. But I'll leave this issue open for reference by anyone who might be looking for this.

@avh4 avh4 removed this from the 0.8.4 milestone Sep 17, 2020
@avh4 avh4 added the won't fix label Sep 17, 2020
@avh4 avh4 changed the base branch from master to main September 18, 2020 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants