vim

For discussion on all things (neo)vim.
Chase 2021-03-22T22:45:32.008300Z

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

➕ 2
emilaasa 2021-03-24T19:00:12.012200Z

emilaasa 2021-03-24T19:00:25.012600Z

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

Chase 2021-03-25T02:49:57.013Z

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.

Chase 2021-03-25T02:50:44.013200Z

What LSP client do you use?

emilaasa 2021-03-25T07:25:53.013400Z

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

emilaasa 2021-03-25T07:27:15.013600Z

What does your coc.settings look like?

Chase 2021-03-22T22:46:29.009400Z

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

Chase 2021-03-22T22:47:22.009900Z

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