kickstart.nvim
kickstart.nvim copied to clipboard
Move friendly snippets to dependencies of LuaSnip
As the friendly-snippets docs say:
Warning: If you're using LuaSnip make sure to use require("luasnip.loaders.from_vscode").lazy_load(), and add friendly-snippets as a dependency for LuaSnip, otherwise snippets might not be detected. If you don't use lazy_load() you might notice a slower startup-time
Will make #680 work
Oh, this is a great idea!! really nice thinking!