Ben Baker-Smith
Ben Baker-Smith
vim-clojure-static supports both styles as well. 2 spaces is the default. https://github.com/guns/vim-clojure-static#gclojure_align_subforms
Kibit's version of Clojure is definitely retrieved, whether or not it's used. If I delete Clojure 1.6.0 from my local .m2 and run `lein kibit` it outputs: ``` Retrieving org/clojure/clojure/1.6.0/clojure-1.6.0.pom...
I tested this with a Clojure 1.7 project and it pulls in Clojure 1.8 for Kibit as expected.
I personally find this more clear, but I wasn't sure if there was consensus around this convention. Added a commit for the positive check as well and reopened. It's good...
Same problem here, unclear how to proceed.
For me the issue was using the wrong URL in the configuration. It wants the full `https://SOMETHING.okta.com/home/amazon_aws/SOMETHING/SOMETHING`
I got this error too, it was due to not using the right URL in the configuration.
It seems that, as suggested by the above error, the s:fetch_issue function is not available when called by the view action / function (line 67 of /autoload/unite/kinds/issue.vim). The s:fetch_issue function...