fixup: comment

This commit is contained in:
TJ DeVries 2024-03-15 10:33:55 -04:00
parent 3dca27a750
commit f554aee9f8
1 changed files with 3 additions and 4 deletions

View File

@ -633,10 +633,9 @@ require('lazy').setup({
return 'make install_jsregexp' return 'make install_jsregexp'
end)(), end)(),
dependencies = { dependencies = {
-- If you want to add a bunch of pre-configured snippets, -- `friendly-snippets` contains a variety of premade snippets.
-- you can use this plugin to help you. It even has snippets -- See the README about individual language/framework/plugin snippets:
-- for various frameworks/libraries/etc. but you will have to -- https://github.com/rafamadriz/friendly-snippets
-- set up the ones that are useful for you.
-- { -- {
-- 'rafamadriz/friendly-snippets', -- 'rafamadriz/friendly-snippets',
-- config = function() -- config = function()