Neovim - spec suggest and run tests

Hi all,

I am using elixir-ls and neovim (with nvim-lspconfig).

I am not able to activate spect suggestions and the run test action.

Is anyone able to use them in neovim?

Cheers!

1 Like

You can run the test or tests by calling

:lua lsp.codelens.run() 

Bind that to a key sequence like rt or something and you should be good to go.

It is context aware so you need to be on a test.

1 Like