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!
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!
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.