This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-10
Channels
- # announcements (14)
- # bangalore-clj (1)
- # beginners (89)
- # calva (166)
- # cider (33)
- # clara (12)
- # clj-kondo (1)
- # cljdoc (8)
- # clojure (101)
- # clojure-austin (1)
- # clojure-colombia (7)
- # clojure-dev (14)
- # clojure-europe (5)
- # clojure-hamburg (10)
- # clojure-italy (9)
- # clojure-nl (31)
- # clojure-spec (4)
- # clojure-uk (39)
- # clojurescript (17)
- # clojutre (3)
- # code-reviews (16)
- # cursive (72)
- # data-science (1)
- # datomic (81)
- # duct (8)
- # emacs (4)
- # figwheel-main (1)
- # graalvm (2)
- # jobs (9)
- # kaocha (21)
- # lambdaisland (2)
- # luminus (4)
- # off-topic (35)
- # re-frame (1)
- # reagent (101)
- # reitit (4)
- # ring-swagger (5)
- # shadow-cljs (17)
- # sql (40)
- # tools-deps (4)
- # vim (28)
@dominicm Thank you so much! Should I wait for a nudge from @chase-lambert before merge?
one quick note, it looks like https://github.com/w0rp/ale has now redirected to https://github.com/dense-analysis/ale . interesting
ok, so I have clj-kondo installed and I have ale installed. now, instead of following the instructions that @borkdude has currently under vim I should be doing what this pull request says instead? which is create a clj-kondo.vim file with that inputted code? Not sure I know how to parse this github markdown(?)
ok, so just to update, I have clj kondo installed using the instructions he currently has and it is working great. ALE doesn't seem to be interfering with my coc.nvim
auto completion and floating window doc goodness!
So now I'm just looking to have ALE (and therefore) the clj-kondo linter off by default. Then a quick command will turn it on and then back off (which I'll set to a keyboard shortcut with my leader key).
so I can have linting goodness without ALE at all and have coc.nvim like I already have it with your auto completion goodness?!
perfect, that is what I want. Ok, so let me uninstall ALE and try to figure out what you are showing me.
so I think I have it working! So right now I have to run :compiler clj-kondo
and then :make
every time I start it up, right? So that's what I'll create shortcuts for?
or actually, use this vim-dispatch
with it's single command and get it async and with the quickfix window. Is that how you do it?
Kondo is so fast, I've never really cared about the async part of dispatch with it. But the combined command is very useful
yeah I'm loving the combined command. Already have it mapped to leader-l (l for linting!) Thank you so much @dominicm. And thank you @borkdude, I think the pull request is clear to go as far as I can tell. If I can understand it, probably means anyone can, lol
so @dominicm, what's your work flow with this? Are you using C-w j
to move down into that quickfix box and then navigate to the hints from there? Do you have a shortcut setup to close it without moving to it?