We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are (primarily) two different ways that function arguments are indented in Clojure:
(function arg arg arg) (function arg arg arg)
Now, when I put a comment directly after the function name, vim-clojure-static thinks that it is an argument:
(function ; comment arg arg)
I think this would make more sense:
The text was updated successfully, but these errors were encountered:
Yes, I agree. I'll take a look into it. Thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
There are (primarily) two different ways that function arguments are indented in Clojure:
Now, when I put a comment directly after the function name, vim-clojure-static thinks that it is an argument:
I think this would make more sense:
The text was updated successfully, but these errors were encountered: