Launch.nvim icon indicating copy to clipboard operation
Launch.nvim copied to clipboard

cmp completion table list - rust

Open ulrikmonrad opened this issue 3 years ago • 1 comments

Hi,

I've been following your learning rust series. I noticed when you used "std::XX" you got completions for possible submodules within std such as "std::io, std::fs, std::error" et.c.

I've tried deciphering relevant lua files for where this option/configuration is made, but without any luck so far.

Could anyone possibly point me in the right direction?

ulrikmonrad avatar Jul 17 '22 14:07 ulrikmonrad

you can look through chis' own config https://github.com/christianchiarulli/nvim and see what he does with lsp and cmp

Rishabh672003 avatar Oct 12 '22 10:10 Rishabh672003

closing this issue if you need any help ask in the discord, heres the link to join - https://discord.gg/Xb9B4Ny

Rishabh672003 avatar Oct 16 '22 05:10 Rishabh672003