tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.74k stars 139 forks source link

Tab-completion of vars in current namespace? #415

Open hoclun-rigsep opened 7 months ago

hoclun-rigsep commented 7 months ago

Pressing cqp, I can tab-complete builtins and things but if I want to complete my-func I need to type current-namespace/my... first. Is this expected? Would it be good if my-func were considered for completion?