NoahTheDuke / coc-clojure

coc.nvim plugin for clojure-lsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-iced-coc-source compatibility

laur89 opened this issue · comments

commented

Is there a possibility to keep other plugins, namely https://github.com/liquidz/vim-iced-coc-source, showing quick docs in the coc autocomplete window? Seems like coc-clojure overrides the autocomplete window, but doesn't display as useful information there.

Examples of what is shown when (reduce is typed:
a) only coc-clojure or both are enabled:
image

b) only vim-iced is enabled:
image

c) neither are enabled:
image