mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(cmp): add missing documentation to snippets when needed
This commit is contained in:
parent
39f3ebcadf
commit
24a2a9fb0b
2 changed files with 23 additions and 0 deletions
|
@ -89,6 +89,9 @@ return {
|
|||
LazyVim.cmp.auto_brackets(event.entry)
|
||||
end
|
||||
end)
|
||||
cmp.event:on("menu_opened", function(event)
|
||||
LazyVim.cmp.add_missing_snippet_docs(event.window)
|
||||
end)
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue