Skip to content

Commit 4041242

Browse files
author
codev009
committed
Add friendly snippets to luasnip
1 parent 07bc885 commit 4041242

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: lua/codev009/plugins.lua

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ packer.startup(function(use)
2323
}
2424
}
2525
use 'glepnir/lspsaga.nvim'
26-
use 'L3MON4D3/LuaSnip'
26+
use {
27+
"L3MON4D3/LuaSnip",
28+
requires = { "rafamadriz/friendly-snippets" },
29+
}
2730
use {
2831
'nvim-treesitter/nvim-treesitter',
2932
run = function()

0 commit comments

Comments
 (0)