|
|
|
@ -661,11 +661,13 @@ 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',
|
|
|
|
|
{
|
|
|
|
|
'rafamadriz/friendly-snippets',
|
|
|
|
|
config = function()
|
|
|
|
|
require('luasnip.loaders.from_vscode').lazy_load()
|
|
|
|
|
end,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
config = function()
|
|
|
|
|
require('luasnip.loaders.from_vscode').lazy_load()
|
|
|
|
|
end,
|
|
|
|
|
},
|
|
|
|
|
'saadparwaiz1/cmp_luasnip',
|
|
|
|
|
|
|
|
|
|