async-clj-omni icon indicating copy to clipboard operation
async-clj-omni copied to clipboard

Async Clojure Completion for various (n)vim completion engines

Results 11 async-clj-omni issues
Sort by recently updated
recently updated
newest added
trafficstars

ref: prabirshrestha/asyncomplete.vim#204

Hi With everything setup correctly as in [issue 20](https://github.com/clojure-vim/async-clj-omni/issues/20) I am getting deoplete crashing in the async_clj source with a socket error. I have tried with cider version 0.17.0 and...

The current `complete_length` of 0 is overwhelming and constantly bombarding the autocomplete with every possible suggestion in the namespace, even when your cursor is just chilling out as you think...

I have decided to do my Clojure development with Slimv. I completely missed that this is targeted at fireplace - until I started browsing the sources looking for why it...

I need to figure out if this is required for Acid, or not.

NCM is now supported. Mention it..

It would be nice to implement our own version of this https://github.com/tpope/vim-fireplace/blob/46af4344ee29c0e898c8142d395b472ee341de00/plugin/fireplace.vim#L173-L200

https://github.com/tpope/vim-fireplace/blob/master/plugin/fireplace.vim#L113-L142 Fireplace function is private so we can't call it. Additionally it doesn't work correctly with deoplete. With omnicomplete the complete-str is removed from buffer when completion is triggered. With...

ready