This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-16
Channels
- # announcements (5)
- # aws (34)
- # beginners (145)
- # cider (48)
- # circleci (8)
- # clara (7)
- # clj-kondo (28)
- # cljs-dev (75)
- # cljsrn (4)
- # clojure (325)
- # clojure-czech (10)
- # clojure-europe (5)
- # clojure-italy (4)
- # clojure-nl (4)
- # clojure-spec (6)
- # clojure-sweden (3)
- # clojure-uk (70)
- # clojurescript (18)
- # clr (1)
- # community-development (2)
- # cursive (38)
- # data-science (7)
- # datascript (14)
- # datomic (22)
- # emacs (2)
- # figwheel (1)
- # fulcro (6)
- # graalvm (22)
- # graphql (11)
- # hoplon (12)
- # jackdaw (8)
- # jobs-discuss (16)
- # juxt (5)
- # leiningen (19)
- # luminus (5)
- # nrepl (2)
- # nyc (1)
- # off-topic (6)
- # overtone (2)
- # pedestal (10)
- # re-frame (6)
- # reagent (8)
- # reitit (1)
- # rewrite-clj (43)
- # ring (2)
- # shadow-cljs (124)
- # testing (1)
- # vim (22)
- # xtdb (77)
- # yada (4)
a good read on prettify symbols in emacs http://endlessparentheses.com/using-prettify-symbols-in-clojure-and-elisp-without-breaking-indentation.html
That's kind cool
I like using https://github.com/tonsky/FiraCode for similar effects
yeah i am using firacode too. ligatures are nice. afaik the two things are tangential and you can abs use them together
Not sure if they're supported in alacritty yet :thinking_face: which is where I do my vimming.
Fonts with ligatures looks nice but they slow down rending too much, at least on my setup.
any of you folks use fzf
? I instantly fell in love but now that I'm working on some cljs stuff I find that using something like :Files
is bringing in node modules and its thousands of files. It's making the functionality unusable and I'm back to nerdtree. Is there a way to exclude things like that?
I could be doing something wrong. But I have a cljs project and when I enter :Files
it now brings up 2583 files, 2300 or so are in the node modules folder
make sure you have a .gitignore file that ignores it
yeah there is. Seems :Files
doesn't exclude them though which seems weird. But I am changing my keybinding to :GFiles
instead and it works as intended. Thanks folks!
I'm glad to hear it!
This might be a long shot but is there any way to use a linter like Joker without having to use the big plugins like syntastic or ALE? I only want clojure linting so don't need anything else from those and I find them heavy and maintenance time sucks (my fault as I keep tinkering)
@chase-lambert errorprg should do the job I think