add documentation on how to set up friendly-snippets

This commit is contained in:
Jo Ito 2024-03-06 05:13:29 +09:00
parent b83b2b061c
commit 35423dbfa0

View file

@ -652,6 +652,10 @@ 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.
-- 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',
},
config = function()