- downlaod and add the lsp to your path
- make sure it named as
cargo-appraiser
- lazy:
{
'washanhanzi/cargo-appraiser.nvim',
dependencies = {
'neovim/nvim-lspconfig',
},
config = function()
require('cargo-appraiser').setup()
end
}
This is a really early version(works on my machine kind).
If you have any questions, please open an issue.