Is there an easy way to add snippets? #180
-
How to add snippets until
|
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Dec 24, 2022
Replies: 1 comment 3 replies
-
Well, yes, by using some other plugins. These are good, I use 'L3MON4D3/LuaSnip' myself, but with manually managed snippets. If you need more examples, here is my Luasnip config (has some hacks for showing if there is available snippet in Insert mode, as 'mini.completion' is not intended to show snippets) and here is my snippet collection (sourced from various sources, 'rafamadriz/friendly-snippets' being one of them). |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mainendra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, yes, by using some other plugins. These are good, I use 'L3MON4D3/LuaSnip' myself, but with manually managed snippets.
If you need more examples, here is my Luasnip config (has some hacks for showing if there is available snippet in Insert mode, as 'mini.completion' is not intended to show snippets) and here is my snippet collection (sourced from various sources, 'rafamadriz/friendly-snippets' being one of them).