-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Hi :) Luasnip itself does not add the prompt, we only handle manual expansion (so by typing the snippet trigger and pressing whatever key you've bound |
Beta Was this translation helpful? Give feedback.
-
|
I am using |
Beta Was this translation helpful? Give feedback.



Hi :)
Luasnip itself does not add the prompt, we only handle manual expansion (so by typing the snippet trigger and pressing whatever key you've bound
require("luasnip").expandto), for the list you needcmp_luasnip.The pictures you show look more like a lsp-server with snippets disabled on the top, and one with snippets enabled on the bottom, but that's unrelated to expanding your own snippets.