clojure-vim / acid.nvim

Asynchronous Clojure Interactive Development
161 stars 12 forks source link

Bad argument #1 to ipairs #67

Open SevereOverfl0w opened 4 years ago

SevereOverfl0w commented 4 years ago
python3-rplugin-host: Async request caused an error:                                                                                                                 
Error executing lua: ...s/github.com/clojure-vim/acid.nvim/lua/acid/features.lua:150: bad argument #1 to 'ipairs' (table expected, got nil)     

Happens for me when using K on anything. I'm sure there's a debugging step I need to do first? :smile:

hkupty commented 4 years ago

Hey, sorry for not answering before.

Which nvim version are your using? I tried K here and it opens the float for me. It actually broke for me when I just typed the function and hit K.

Maybe your setup is not triggering AcidConnected autocmd, which calls acid.features.load_all_nss(), warming up the nrepl session with data from the project.