Skip to content

Instantly share code, notes, and snippets.

@laurentpetit
Last active August 30, 2015 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurentpetit/98c2eaacf8f469cde12a to your computer and use it in GitHub Desktop.
Save laurentpetit/98c2eaacf8f469cde12a to your computer and use it in GitHub Desktop.
Simplest example of providing a custom completion proposal provider for CCW
(use 'ccw.api.content-assist)
(register-completion-proposal-provider!
{:label "Available namespaces"
:provider (constantly ["clojure.core" "clojure.set" "clojure.repl" "clojure.java.io"])})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment