This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-26
Channels
- # announcements (2)
- # babashka (55)
- # beginners (107)
- # calva (65)
- # cider (5)
- # clara (4)
- # clj-kondo (17)
- # cljs-dev (38)
- # cljsrn (16)
- # clojure (117)
- # clojure-australia (8)
- # clojure-europe (13)
- # clojure-italy (4)
- # clojure-nl (5)
- # clojure-provo (2)
- # clojure-sweden (9)
- # clojure-taiwan (1)
- # clojure-uk (41)
- # clojurescript (40)
- # code-reviews (1)
- # conjure (40)
- # cursive (4)
- # datomic (11)
- # events (2)
- # fulcro (33)
- # graalvm (1)
- # jobs (2)
- # jobs-discuss (19)
- # lsp (18)
- # off-topic (58)
- # polylith (2)
- # quil (2)
- # react (28)
- # reagent (35)
- # reitit (3)
- # remote-jobs (1)
- # ring (9)
- # sci (76)
- # shadow-cljs (19)
- # sql (10)
- # testing (5)
- # vim (13)
- # xtdb (5)
Not until @U38J3881W makes some epic treesitter features - atleast I don't think so?d
Once it's mainstream I'll promote it as the default for form selection, so ee/er etc will use it to select forms, making my code 100x simpler and hopefully faster. I can also do better smart comment evals etc then and support more languages like python / js
I did use some plugin that depended on it @U11EL3P9U but I cant remember now 🙂
I just managed to build 0.5 on void linux, mostly out of curiosity... is there some killer feature to try first?
there are several plugins that are only for 0.5 like nvim-lspconfig nvim-compe telescope.nvim, but I would not call them killer features, just new alternatives
I made a brief attempt a week or so ago at trying nvim-lspconfig and nvim-compe. I found that it basically works, but it's bare bones. I'm used to the awesome experience that coc provides. It appears that if you want to continue having that same awesome experience using these new tools based on Neovim's built in LSP, you have to build it all yourself from scratch. Once I had that thought, I gave up and went back to coc.
By "build it all yourself from scratch," I really mean finding plugins that do all of the individual things that you like about coc, and configuring them to work the way you like, etc. Which, in itself, felt like a lot of work when I was looking at it.
I think so too, but I also (presently) use vim-clap with fzf and that works very well
what do people use to reformat a region or a buffer?