Completion not triggered? #2516
Contributing guidelines
Module(s)mini.completion QuestionI installed with lazy.nvim package manager, but on typing, I don't get any completion. I can see language servers are running, for each different language, and mini.completion is installed ( |
Answered by
iampi31415
Jul 19, 2026
Replies: 1 comment
|
Oh I think I am missing calling set up, I thought that would be done automatically for all at first. I placed this in require("mini.surround").setup()
require("mini.completion").setup()
require("mini.basics").setup() |
0 replies
Answer selected by
iampi31415
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh I think I am missing calling set up, I thought that would be done automatically for all at first.
I placed this in
init.lua: