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

completion for plugin modules

Open Chaitanyabsprip opened this issue 2 years ago • 1 comments

I see that the readme specifies I get completion for plugins in opt and start directories, I'm not sure whether that includes auto-completions for, say, require('telescope.builtins').| so completion on the | character.

how can I get completions for plugin modules

Chaitanyabsprip avatar May 25 '22 18:05 Chaitanyabsprip

add them to the plugins list this works for me

max397574 avatar Jun 13 '22 11:06 max397574

Should work, but it seems like there's a lot of magic happening inside telescope.builtin, which Sumneko doesnt like, so you get little results back

folke avatar Sep 12 '22 14:09 folke