Skip to content
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

Cant get it working #20

Closed
vushu opened this issue Jun 10, 2018 · 6 comments
Closed

Cant get it working #20

vushu opened this issue Jun 10, 2018 · 6 comments

Comments

@vushu
Copy link

vushu commented Jun 10, 2018

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?

@SevereOverfl0w
Copy link
Member

Unless something changed in the last week, all should be fine. To confirm, have you installed:

  • vim-fireplace
  • deoplete.nvim
  • async-clj-omni

Have you got an nrepl started. Can you do :Eval (+ 1 1)?

@vushu
Copy link
Author

vushu commented Jun 10, 2018

Yes it works fine using vim-fireplace
image

also omni complemtion works
image

Im not sure what more to do.

@SevereOverfl0w
Copy link
Member

Do you have cider-nrepl installed? Which version?

@SevereOverfl0w
Copy link
Member

A good way to check is to ensure that:

:echo fireplace#message({'op': 'cider-version'})

outputs something.

@vushu
Copy link
Author

vushu commented Jun 10, 2018

Ahh Thank you so much, the problem is as you expected I didn't install cider-nrepl
I created the ~/.lein/profiles.clj file and added:

{:user {:plugins [[cider/cider-nrepl "0.17.0"]]}}

Cheers and many thanks for this awesome plugin!

@SevereOverfl0w
Copy link
Member

Glad you got it working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants