Skip to content

Commit c30806a

Browse files
committed
Fix the commented out friendly-snippets
1 parent c3893c8 commit c30806a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ require('luasnip').setup {}
682682
-- See the README about individual language/framework/plugin snippets:
683683
-- https://github.com/rafamadriz/friendly-snippets
684684
--
685-
-- vim.pack.add(gh 'rafamadriz/friendly-snippets')
685+
-- vim.pack.add { gh 'rafamadriz/friendly-snippets' }
686686
-- require('luasnip.loaders.from_vscode').lazy_load()
687687

688688
-- The autocomplete engine

0 commit comments

Comments
 (0)