This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-18
Channels
- # announcements (26)
- # beginners (107)
- # calva (26)
- # cider (55)
- # clj-kondo (7)
- # clojure (115)
- # clojure-europe (6)
- # clojure-houston (3)
- # clojure-italy (4)
- # clojure-nl (16)
- # clojure-norway (1)
- # clojure-uk (42)
- # clojuredesign-podcast (3)
- # clojurescript (47)
- # clojutre (4)
- # cursive (7)
- # datomic (75)
- # fulcro (1)
- # graalvm (3)
- # graphql (16)
- # jobs (1)
- # jobs-discuss (13)
- # keechma (1)
- # leiningen (19)
- # luminus (5)
- # off-topic (33)
- # pathom (16)
- # re-frame (76)
- # reitit (4)
- # ring (5)
- # shadow-cljs (86)
- # spacemacs (52)
- # tools-deps (43)
- # vim (7)
- # yada (1)
Anyone know how to only disable the linting portion of coc.nvim and clojure-lsp? I have red arrows everywhere when I'm using testing macros, so I'd rather just use clj-kondo for linting, which handles these fine.
@U8YSC2YLE, didn't you say you managed to do this?
hey @UCW9TUDNK, you can use https://github.com/lucasdf/dotfiles/blob/master/config/nvim/coc-settings.json#L10
I set it up by following the README at https://github.com/neoclide/coc.nvim and https://github.com/snoe/clojure-lsp Make sure to add what you want of https://github.com/neoclide/coc.nvim#example-vim-configuration into your vimrc. And also create a https://github.com/lucasdf/dotfiles/blob/master/config/nvim/coc-settings.json