Description
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?