-
Notifications
You must be signed in to change notification settings - Fork 7
Cant get it working #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Unless something changed in the last week, all should be fine. To confirm, have you installed:
Have you got an nrepl started. Can you do |
Do you have cider-nrepl installed? Which version? |
A good way to check is to ensure that:
outputs something. |
Ahh Thank you so much, the problem is as you expected I didn't install cider-nrepl {:user {:plugins [[cider/cider-nrepl "0.17.0"]]}} Cheers and many thanks for this awesome plugin! |
Glad you got it working! |
I cant seem to get it working, I have tried everything, but to no avail,
I installed the plugin and deoplete setup as instructed:
let g:deoplete#keyword_patterns = {}
let g:deoplete#keyword_patterns.clojure = '[\w!$%&+/:<=>?@^_~-.#]'
doing :checkhealth
1 health#deoplete#check
2 ========================================================================
3 ## deoplete.nvim
4 - OK: has("nvim") was successful
5 - OK: exists("v:t_list") was successful
6 - OK: has("timers") was successful
7 - OK: has("python3") was successful
8 - INFO: If you're still having problems, try the following commands:
9 $ export NVIM_PYTHON_LOG_FILE=/tmp/log
10 $ export NVIM_PYTHON_LOG_LEVEL=DEBUG
11 $ nvim
12 $ cat /tmp/log_{PID}
13 and then create an issue on github
14
nothing absolutely happens, when editing a clojure file, does this still work with current version of deoplete?
The text was updated successfully, but these errors were encountered: