This commit is contained in:
Jo Ito 2024-03-09 13:35:36 -08:00 committed by GitHub
commit ac459da648
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -653,6 +653,10 @@ require('lazy').setup({
-- you can use this plugin to help you. It even has snippets -- you can use this plugin to help you. It even has snippets
-- for various frameworks/libraries/etc. but you will have to -- for various frameworks/libraries/etc. but you will have to
-- set up the ones that are useful for you. -- set up the ones that are useful for you.
-- You will need to add the following line somewhere
-- eg: under luasnip.config.setup {}
-- so LuaSnip can accept vscode-style snippets.
-- require('luasnip.loaders.from_vscode').lazy_load()
-- 'rafamadriz/friendly-snippets', -- 'rafamadriz/friendly-snippets',
}, },
config = function() config = function()