Fork me on GitHub
#vim
<
2021-03-22
>
Chase22:03:32

I'm missing some of these features and code actions when using clojure-lsp: https://clojure-lsp.github.io/clojure-lsp/features/

6
emilaasa19:03:25

do you see something like that? that auto adds the require for me

Chase02:03:57

No, I am not seeing those particular suggestions pop up. I am getting them, but it's for some core io! function and then other unrelated ones.

Chase02:03:44

What LSP client do you use?

emilaasa07:03:53

Plug 'neoclide/coc.nvim', {'branch': 'release'}

emilaasa07:03:15

What does your coc.settings look like?

Chase22:03:29

I use coc.nvim and am not seeing those "add missing requires" which would be nice. Any clues there?

Chase22:03:22

Ooh, I did get it on the "java import" one though. This is cool!