Fork me on GitHub
#vim
<
2021-07-24
>
jkrasnay14:07:45

Is anyone else using clojure-lsp with Neovim native LSP client? I seem to be having trouble showing the hierarchy of incoming calls to a function via vim.lsp.buf.incoming_calls(). It opens the quickfix list as it would for vim.lsp.buf.references() but the list is empty.

Proctor13:07:16

I have been running that, but haven’t tried the incoming calls

Proctor13:07:16

will try that in a bit today

Proctor13:07:06

I had an issue where the hover call was empty and I had to restart the LSP server for it to pick things up… basic core functions like map partial etc. were coming back empty

Proctor17:07:01

Confirming that I see an empty list when invoking vim.lsp.buf.incoming_calls() but not when vim.lsp.buf.references()

jkrasnay22:07:27

Thanks for checking. I’ll post back here if I get it working.

deleted20:07:06

kind of neat, using neovim's support for lua configs you can run the lua lisp variant called fennel and have all your config in that https://git.sr.ht/~gagbo/nvim-config/tree/master

berkeleytrue03:07:11

You should join the Conjure discord. There is a pretty active Fennel community there