Fork me on GitHub
#vim
<
2017-03-24
>
dominicm14:03:42

…and Acid.nvim is now integrated with nvim-completion-manager! 🎉

Jarrod Taylor (Clojure team)20:03:05

@dominicm I'm giving NCM a try. Perhaps I'm misunderstanding or missing something but I don't seem to have fireplace completions working as expected. Do I need to enable something? When I do a :echo g:_cm_sources I see

'fireplace': {'scopes': ['clojure'], 
              'early_cache': 1, 
              'name': 'fireplace', 
              'priority': 9, 
              'enable': v:true, 
              'auto_popup': 1, 
              'cm_refresh_min_word_len': 3, 
              'sort': 1, 
              'channel': {'id': 10, 
                          'module': 'cm_sources.fireplace', 
                          'events': [], 
                          'type': 'python3'}, 
              'abbreviation': '🔥 ',
              'word_pattern': '[\w!$%&*+/:<=>?@\^_~\-\.#]+'}
in the mix which I take as a good sign.

dominicm20:03:34

@jarrodctaylor First I'd double check the REPL is working by doing :Eval 1

dominicm20:03:02

Also, do you have cider-nrepl installed?

dominicm20:03:37

ah, cider-nrepl is needed for async-clj-omni to work. Sorry about that. I'm terrible at documentation.

dominicm20:03:15

{:user {:plugins [[cider/cider-nrepl "0.14.0"]]}} this goes in your ~/.lein/profiles.clj if you're using lein.

Jarrod Taylor (Clojure team)20:03:12

I will give that a shot. Thanks

dominicm20:03:38

I'll make sure I document that when I redo the docs (preliminary goal of tomorrow)