add LuaSnip lazy-loading for friendly-snippets

This commit is contained in:
Vladislav 2024-03-14 08:37:57 +01:00
parent afe68813af
commit 3dca27a750
No known key found for this signature in database
GPG Key ID: 07A1CCBD643CA257
1 changed files with 6 additions and 1 deletions

View File

@ -637,7 +637,12 @@ require('lazy').setup({
-- you can use this plugin to help you. It even has snippets
-- for various frameworks/libraries/etc. but you will have to
-- set up the ones that are useful for you.
-- {
-- 'rafamadriz/friendly-snippets',
-- config = function()
-- require('luasnip.loaders.from_vscode').lazy_load()
-- end,
-- },
},
},
'saadparwaiz1/cmp_luasnip',