This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-24
Channels
- # beginners (19)
- # boot (118)
- # capetown (4)
- # cider (37)
- # cljs-dev (69)
- # cljsjs (23)
- # clojure (212)
- # clojure-austin (10)
- # clojure-india (3)
- # clojure-italy (2)
- # clojure-mke (1)
- # clojure-nl (1)
- # clojure-russia (5)
- # clojure-spec (52)
- # clojure-uk (86)
- # clojurescript (31)
- # core-async (9)
- # cursive (123)
- # datomic (91)
- # emacs (22)
- # events (3)
- # hoplon (68)
- # klipse (4)
- # lambdaisland (10)
- # leiningen (2)
- # off-topic (14)
- # om (14)
- # onyx (44)
- # perun (14)
- # proton (20)
- # re-frame (15)
- # reagent (10)
- # ring-swagger (9)
- # specter (18)
- # untangled (3)
- # vim (26)
- # yada (4)
what are you guys using these days for fuzzy search/matching open files and other stuff?
vim-fzf just got 24-bit colour support, which puts it back on my radar as interesting again.
I have fzf, but not sure it integrates with the venerable FuzzyFinder that I’m still using after 10+ vim usage...
however there are some problems using it with nvim - half the reason I still use vim frankly
@reborg fzf.vim is a replacement for FuzzyFinder I think. Ctrl-P is pretty good these days too, but not async I think.
@mikepjb RE async eval, @ingvij has https://github.com/clojure-vim/acid.nvim which is increasingly more stable, and I believe that @zamaterian has something in his .files which sends stuff to a neovim-managed REPL too. Actually, @ingvij's other plugin https://github.com/hkupty/iron.nvim does that too!
Haven't made the switch yet, we're having a tooling day on Friday, so it will likely be a day to catch up on such things!
Yes! Although I'm losing love for Arch because of systemd, http://www.voidlinux.eu/ is the future I want to see 😄
Fuzzy search in buffer or project file names? CtrlP
I don't know if it is async, but it doesn't matter, it is fast enough when using git ls-files for listing project files
@juhoteperi I find the slowness comes on big projects when grepping more than anything else.
file contents?
I use vim-grepper with git grep or ag